We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad0f25 + 24f01ef commit 3714065Copy full SHA for 3714065
.github/workflows/golangci-lint.yaml
@@ -12,7 +12,7 @@ permissions:
12
13
env:
14
GO_VERSION: v1.23.6
15
- GOLANGCI_LINT_VERSION: v2.1
+ GOLANGCI_LINT_VERSION: v2.1.6
16
17
jobs:
18
golangci:
Makefile
@@ -33,7 +33,7 @@ endif
33
GOOS ?= $(shell go env GOOS)
34
GOARCH ?= $(shell go env GOARCH)
35
INSTALL_LOCATION:=$(shell go env GOPATH)/bin
36
-GOLANGCI_LINT_VERSION ?= 1.60.1
+GOLANGCI_LINT_VERSION ?= 2.1.6
37
GOSEC_VERSION ?= 2.13.1
38
39
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
0 commit comments