Skip to content
Snippets Groups Projects
Commit 926c458e authored by renovate_bot's avatar renovate_bot Committed by Neil-Jocelyn Schark
Browse files

[renovate] Update golangci/golangci-lint Docker tag to v1.60.1


See merge request !188

Co-authored-by: default avatarNeil-Jocelyn Schark <neil.schark@h-da.de>
Co-authored-by: default avatarRenovate Bot <renovate@danet.fbi.h-da.de>
parent 7d230aa8
No related branches found
No related tags found
1 merge request!188[renovate] Update golangci/golangci-lint Docker tag to v1.60.1
Pipeline #221180 passed
...@@ -112,7 +112,7 @@ build-etsi14module-latest: ...@@ -112,7 +112,7 @@ build-etsi14module-latest:
lint: lint:
stage: analyze stage: analyze
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.59.1-alpine image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.1-alpine
script: script:
- apk add --update make - apk add --update make
- echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc - echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc
......
variables:
GOLANG_VERSION: "1.22"
run: run:
go: $GOLANG_VERSION go: "1.22"
concurrency: 8 concurrency: 8
timeout: 20m timeout: 20m
issues-exit-code: 1 issues-exit-code: 1
......
...@@ -9,7 +9,7 @@ GOPATH := $(~/go) ...@@ -9,7 +9,7 @@ GOPATH := $(~/go)
GOBIN := $(GOSDN_PRG) GOBIN := $(GOSDN_PRG)
GOLANG_VERSION := 1.22 GOLANG_VERSION := 1.22
GOLANGCI_LINT_VERSION=v1.59.1 GOLANGCI_LINT_VERSION=v1.60.1
GOCMD=CGO_ENABLED=0 go GOCMD=CGO_ENABLED=0 go
GOBUILD=$(GOCMD) build GOBUILD=$(GOCMD) build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment