Skip to content

Commit

Permalink
go: bump golangci/golangci-lint-action from 3 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Nov 21, 2024
1 parent fa955b4 commit f64c5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: {{ go_test_cmd }}
{%- if do_go_lint %}
- name: Run linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
{%- if do_multi_os %}
if: runner.os == 'Linux'
{%- endif %}
Expand Down

0 comments on commit f64c5ac

Please sign in to comment.