This commit is contained in:
Wolfgang Hottgenroth 2025-02-10 12:45:27 +01:00
parent 9951c1ced5
commit 1f13f354e1

View File

@ -3,6 +3,7 @@ steps:
image: golang:1.22.5-alpine3.20
commands:
- GOPATH=/woodpecker/go
- ls -l
- cd src/tsm
- go mod tidy
- go build -a -installsuffix nocgo -o tsm tsm.go