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

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


See merge request !69

Co-authored-by: default avatarRenovate Bot <renovate@danet.fbi.h-da.de>
Co-authored-by: default avatarNeil-Jocelyn Schark <neil.schark@h-da.de>
parent 9cfc0b64
Branches
No related tags found
1 merge request!69[renovate] Update golangci/golangci-lint Docker tag to v1.57.1
Pipeline #187508 passed
...@@ -43,7 +43,7 @@ build-akms-simulator: ...@@ -43,7 +43,7 @@ build-akms-simulator:
lint: lint:
stage: code-quality stage: code-quality
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.57.0-alpine image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.57.1-alpine
script: script:
- apk add --update make jq - apk add --update make jq
- 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
......
...@@ -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.57 GOLANGCI_LINT_VERSION=v1.57.1
GOCMD=go GOCMD=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