chore(deps): update golang docker tag to v1.22

This commit is contained in:
Renovate
2024-02-23 22:54:42 +00:00
committed by Joakim Olsson
parent dd7462897e
commit 0e64561a0b
+2 -2
View File
@@ -20,7 +20,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.20 image: golang:1.22
variables: variables:
GOFLAGS: -mod=readonly GOFLAGS: -mod=readonly
@@ -39,7 +39,7 @@ test:
dependencies: dependencies:
- deps - deps
script: 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 fmt $(go list ./...)
- go vet $(go list ./...) - go vet $(go list ./...)
- golangci-lint run - golangci-lint run