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 70d3d16 commit 8122674Copy full SHA for 8122674
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.0
+ uses: golangci/golangci-lint-action@v9.2.1
30
with:
31
version: v2.12.2
32
- name: Run unit tests
0 commit comments