diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 79c350a..93df2f2 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -5,6 +5,6 @@ when: steps: test: - image: golang:1.22-alpine + image: golang:1.23-alpine commands: - go test -v ./...