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 1e6c287 + 96ea004 commit cb479f5Copy full SHA for cb479f5
2 files changed
go/tests.yaml
@@ -2,7 +2,7 @@ vars:
2
do_go_lint: true
3
do_go_mod: true
4
# go_versions defined in ../config.yaml
5
- golangci_lint_version: v1.64.4
+ golangci_lint_version: v2.1.6
6
go_build_cmd: go build
7
go_test_cmd: go test -v ./...
8
go/tests.yml
@@ -74,7 +74,7 @@ jobs:
74
run: {{ go_test_cmd }}
75
{%- if do_go_lint %}
76
- name: Run linter
77
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
78
{%- if do_multi_os %}
79
if: runner.os == 'Linux'
80
{%- endif %}
0 commit comments