We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f390d0 commit e32304fCopy full SHA for e32304f
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
go-version: ${{ env.GO_VERSION }}
39
- uses: actions/checkout@v4
40
- - uses: golangci/golangci-lint-action@v3
+ - uses: golangci/golangci-lint-action@v4
41
42
version: ${{ env.GOLANGCI_LINT_VERSION }}
43
args: --timeout=5m
0 commit comments