This commit is contained in:
Pedro Pérez 2025-05-29 23:47:41 +02:00
parent 32928239f4
commit 5bdd3157cc

View File

@ -23,11 +23,11 @@ when:
steps:
build:
image: golang:1.24
environment:
CGO_ENABLED=0
GOOS=linux
GOARCH=amd64
commands:
- go get
- go build
image: golang:1.24
environment:
CGO_ENABLED=0
GOOS=linux
GOARCH=amd64
commands:
- go get
- go build