fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Pedro Pérez 2025-05-29 23:48:20 +02:00
parent 5bdd3157cc
commit f450d3a152

View File

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