chore(deps): update golang docker tag to v1.22
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user