diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c78fdab22..4560d14ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ cache: build: stage: build - image: golang:1.21 + image: golang:1.23 script: - go env - go mod download @@ -35,6 +35,6 @@ test:lint: test:unit: stage: test - image: golang:1.21 + image: golang:1.23 script: - make test