Skip to content

fix(agent): bump github.com/soerenschneider/sc-agent from 0.0.0-20240821204745-71a3511a3983 to 1.1.0 #15

fix(agent): bump github.com/soerenschneider/sc-agent from 0.0.0-20240821204745-71a3511a3983 to 1.1.0

fix(agent): bump github.com/soerenschneider/sc-agent from 0.0.0-20240821204745-71a3511a3983 to 1.1.0 #15

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: build binary
run: make build
- name: run all tests
run: make tests