woodpecker go get fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Thomson 2025-02-11 16:12:28 -05:00
parent 854bf09a89
commit d0e6a65282
No known key found for this signature in database
GPG Key ID: 8EFECCD347C72F7D

View File

@ -6,5 +6,5 @@ steps:
- name: build - name: build
image: golang image: golang
commands: commands:
- go get - go get ./...
- make build - make build