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