From 0e64561a0bb40c6e45115c3a0d585d8041f2564f Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 23 Feb 2024 22:54:42 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc05a62..c42d9c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.20 +image: golang:1.22 variables: GOFLAGS: -mod=readonly @@ -39,7 +39,7 @@ test: dependencies: - deps script: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2 + - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2 - go fmt $(go list ./...) - go vet $(go list ./...) - golangci-lint run