diff --git a/.woodpecker.yml b/.woodpecker.yml index 7c673d8..fcc1f55 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,5 +6,5 @@ steps: test: image: golang:1.24-alpine commands: - - go mod download - - go test ./... \ No newline at end of file + - go test ./... +