mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 12:48:58 -07:00
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
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:
parent
df07f6be28
commit
91c591e22f
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue