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 3d2a542 commit 8f90e48Copy full SHA for 8f90e48
.github/workflows/code-health.yml
@@ -23,9 +23,9 @@ jobs:
23
go-version-file: 'go.mod'
24
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
27
with:
28
- version: v2.0.1
+ version: v2.1.6
29
unit-tests:
30
env:
31
COVERAGE: coverage.out
Makefile
@@ -1,6 +1,6 @@
1
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
2
3
-GOLANGCI_VERSION=v2.0.1
+GOLANGCI_VERSION=v2.1.6
4
COVERAGE?=coverage.out
5
export GOCOVERDIR?=$(abspath cov)
6
0 commit comments