fix new ci, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-04 15:07:31 +01:00
parent b99b47ca40
commit 8c3977162b
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -2,6 +2,7 @@ steps:
build:
image: golang:1.22.5-alpine3.20
commands:
- echo $GOPATH
- cd src/udi
- go mod tidy
- go build -a -installsuffix nocgo -o udi main.go