Fixing a compliation error and possibly versioning.
Some checks failed
G'Agent Scan, Build, and Test / scan (push) Successful in 1m44s
G'Agent Scan, Build, and Test / build_simple (push) Failing after 1m16s
G'Agent Scan, Build, and Test / test_simple (push) Has been skipped
G'Agent Scan, Build, and Test / build_image (push) Has been skipped

This commit is contained in:
James Wells 2024-12-26 14:30:23 -08:00
parent df07f6be28
commit 91c591e22f
Signed by: jwells
GPG key ID: 73196D10B8E65666
2 changed files with 6 additions and 6 deletions

View file

@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- run: go build -o test_artifact cmd/hello/main.go
- run: go build -o test_artifact cmd/gagent/main.go
- run: ./test_artifact --version
- uses: actions/upload-artifact@v3
@ -50,7 +50,7 @@ jobs:
container:
image: dragonheim/golang:latest
steps:
- run: apk add --no-cache nodejs npm
- run: apk add --no-cache zeromq-dev nodejs npm
- uses: actions/download-artifact@v3
with:
name: test_artifact