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 58503bb commit 208d828Copy full SHA for 208d828
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: golangci/golangci-lint-action@v3
21
with:
22
- version: v1.56.2
+ version: v1.59.1
23
24
go-mod-tidy:
25
runs-on: ubuntu-22.04
.golangci.yml
@@ -14,9 +14,11 @@ linters:
14
- misspell
15
- nilerr
16
- prealloc
17
+ - predeclared
18
- revive
- usestdlibvars
- unconvert
+ - tenv
- tparallel
- wastedassign
- whitespace
Makefile
@@ -1,5 +1,5 @@
1
BASE_IMAGE = golang:1.22-alpine3.18
2
-LINT_IMAGE = golangci/golangci-lint:v1.56.2
+LINT_IMAGE = golangci/golangci-lint:v1.59.1
3
4
.PHONY: $(shell ls)
5
0 commit comments