diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5d42973..36c0bce8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,14 +27,14 @@ test:golangci-lint: test:go-mod-tidy: stage: test - image: golang:1.21 + image: golang:1.22 script: - go mod tidy -v - git diff --exit-code test:go-generate: stage: test - image: golang:1.21 + image: golang:1.22 variables: GOBIN: "$CI_PROJECT_DIR/bin" before_script: @@ -46,7 +46,7 @@ test:go-generate: test:tests: stage: test - image: golang:1.21 + image: golang:1.22 script: - | go test -v \