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 88a7a68 commit 5ce6dafCopy full SHA for 5ce6daf
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Go
35
uses: actions/setup-go@v4
36
with:
37
- go-version: '1.21'
+ go-version: '1.25'
38
39
- name: Cache Go modules
40
uses: actions/cache@v3
@@ -64,7 +64,7 @@ jobs:
64
- name: Lint
65
uses: golangci/golangci-lint-action@v3
66
67
- version: latest
+ version: v1.61.0
68
args: --timeout=5m
69
70
- name: Test
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
- name: Build
102
run: |
@@ -180,7 +180,7 @@ jobs:
180
181
182
183
184
185
- name: Run GoReleaser
186
uses: goreleaser/goreleaser-action@v4
0 commit comments