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 3cf2227 commit 6e09fa6Copy full SHA for 6e09fa6
1 file changed
.github/workflows/golangci.yml
@@ -6,8 +6,8 @@ jobs:
6
golangci:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- name: golangci-lint
11
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
12
with:
13
- version: v1.49
+ version: v1.51.2
0 commit comments