Skip to content
Snippets Groups Projects
Commit 24443821 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.2


See merge request !193

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 4255caad
No related branches found
No related tags found
1 merge request!193[renovate] Update golangci/golangci-lint Docker tag to v1.60.2
Pipeline #221791 passed
......@@ -141,7 +141,7 @@ build-etsi14module-latest:
# Analyze stage
lint:
stage: analyze
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.1-alpine
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.2-alpine
script:
- apk add --update make
- echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc
......
......@@ -53,7 +53,7 @@ linters:
- bidichk
- durationcheck
- errorlint
- exportloopref
- copyloopvar
- grouper
- makezero
- misspell
......
......@@ -9,7 +9,7 @@ GOPATH := $(~/go)
GOBIN := $(GOSDN_PRG)
GOLANG_VERSION := 1.22
GOLANGCI_LINT_VERSION=v1.60.1
GOLANGCI_LINT_VERSION=v1.60.2
GOCMD=CGO_ENABLED=0 go
GOBUILD=$(GOCMD) build
......
......@@ -46,7 +46,6 @@ func TestCrypto_AES_Encrypt(t *testing.T) {
}
for name, test := range tests {
test := test
t.Run(name, func(t *testing.T) {
t.Parallel()
......@@ -173,7 +172,6 @@ func TestCrypto_AES_Decrypt(t *testing.T) {
}
for name, test := range tests {
test := test
t.Run(name, func(t *testing.T) {
t.Parallel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment