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 4a3bb2b commit c205bf1Copy full SHA for c205bf1
.github/workflows/ci.yaml
@@ -29,8 +29,8 @@ jobs:
29
- uses: actions/setup-go@v4
30
with:
31
go-version: ${{ env.GO_VERSION }}
32
- - uses: actions/checkout@v6.5.2
33
- - uses: golangci/golangci-lint-action@v3
+ - uses: actions/checkout@v3
+ - uses: golangci/golangci-lint-action@v6.5.2
34
35
version: ${{ env.GOLANGCI_LINT_VERSION }}
36
args: --timeout=5m
0 commit comments