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 63f68aa commit bb328e0Copy full SHA for bb328e0
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
check-latest: true
28
- uses: actions/checkout@v4
29
- name: "Lint"
30
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
31
with:
32
only-new-issues: true
33
args: --timeout 5m --issues-exit-code 0
@@ -48,7 +48,6 @@ jobs:
48
49
- name: "Run tests"
50
run: go test -json ./... > test.json
51
-
52
- name: "Annotate tests"
53
if: always()
54
uses: guyarb/golang-test-annotations@v0.8.0
0 commit comments