From 926c458ed22d797275fbc72c2b453f83ceb2abea Mon Sep 17 00:00:00 2001 From: renovate_bot <group_8045_bot_c14af90fcc2e9e0c89e91dd630ad2f8d@noreply.code.fbi.h-da.de> Date: Wed, 14 Aug 2024 22:53:08 +0000 Subject: [PATCH] [renovate] Update golangci/golangci-lint Docker tag to v1.60.1 See merge request danet/quant!188 Co-authored-by: Neil-Jocelyn Schark <neil.schark@h-da.de> Co-authored-by: Renovate Bot <renovate@danet.fbi.h-da.de> --- .gitlab-ci.yml | 2 +- .golangci.yml | 4 +--- Makefile | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d61ea34..3f99c85a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ build-etsi14module-latest: lint: 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: - apk add --update make - echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc diff --git a/.golangci.yml b/.golangci.yml index 39a0d043..7fbcaa15 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,5 @@ -variables: - GOLANG_VERSION: "1.22" run: - go: $GOLANG_VERSION + go: "1.22" concurrency: 8 timeout: 20m issues-exit-code: 1 diff --git a/Makefile b/Makefile index 4f659d08..2a043689 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GOPATH := $(~/go) GOBIN := $(GOSDN_PRG) GOLANG_VERSION := 1.22 -GOLANGCI_LINT_VERSION=v1.59.1 +GOLANGCI_LINT_VERSION=v1.60.1 GOCMD=CGO_ENABLED=0 go GOBUILD=$(GOCMD) build -- GitLab