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 afd2940 commit 5731864Copy full SHA for 5731864
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Verify go.mod is sane
27
run: go mod tidy && git diff --no-patch --exit-code
28
- name: Golangci-lint
29
- uses: golangci/golangci-lint-action@v9.2.1
+ uses: golangci/golangci-lint-action@v9.3.0
30
with:
31
version: v2.12.2
32
- name: Run unit tests
0 commit comments