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 49be0e5 commit 975af48Copy full SHA for 975af48
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
go-version: 1.22
27
cache-dependency-path: ${{ matrix.dir }}/go.sum
28
- name: golangci-lint
29
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
30
with:
31
version: latest
32
working-directory: ${{ matrix.dir }}
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: all
2
3
-GOLANG_CI_LINT_VERSION=1.59.1
+GOLANG_CI_LINT_VERSION=1.61.0
4
GO_BIN=$(shell pwd)/.build
5
export
6
0 commit comments