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.
1 parent 01031d6 commit 1de36afCopy full SHA for 1de36af
.github/workflows/lint.yml
@@ -15,6 +15,6 @@ jobs:
15
with:
16
go-version-file: 'go.mod'
17
- name: golangci-lint
18
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
19
20
- version: v2.0
+ version: v2.1
Makefile
@@ -74,8 +74,8 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint
74
## Tool Versions
75
ADDLICENSE_VERSION ?= v1.1.1
76
GOIMPORTS_VERSION ?= v0.31.0
77
-MOCKGEN_VERSION ?= v0.5.0
78
-GOLANGCILINT_VERSION ?= v2.0
+MOCKGEN_VERSION ?= v0.5.2
+GOLANGCILINT_VERSION ?= v2.1
79
80
.PHONY: addlicense
81
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary.
0 commit comments