fix build path

This commit is contained in:
2025-12-05 20:48:59 +01:00
parent 61ff94f09c
commit 9cd6e4a6b9

View File

@@ -13,7 +13,6 @@ steps:
event: [push] event: [push]
image: golang:${goversion} image: golang:${goversion}
commands: commands:
- cd v1
- go get - go get
- go build - go build