diff --git a/.woodpecker.yml b/.woodpecker.yml index 408a9cf..fe451e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: golang:1.19 commands: - - go get + - go get -u ./... - go build publish-docker-latest: image: plugins/kaniko