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

Merged
ghost1 merged 1 commits from renovate/golang-1.x into master 2024-02-24 12:51:17 +00:00
+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