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 731b06d commit 892b5eeCopy full SHA for 892b5ee
.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.25'
+ go-version: '1.23'
38
39
- name: Cache Go modules
40
uses: actions/cache@v3
@@ -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