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 306cbb0 commit 44c08f2Copy full SHA for 44c08f2
.github/workflows/pr.yml
@@ -16,9 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: lint
19
- uses: golangci/golangci-lint-action@v1
+ uses: golangci/golangci-lint-action@latest
20
with:
21
- version: v1.27
+ version: v1.28
22
tests-on-windows:
23
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
24
runs-on: windows-latest
0 commit comments