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 e11783e commit 95f2193Copy full SHA for 95f2193
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Lint (golangci-lint)
52
uses: golangci/golangci-lint-action@v6
53
with:
54
- version: v1.60.3
+ version: latest
55
args: --timeout=3m
56
57
- name: Run tests
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
run: |
0 commit comments