There was an error while loading. Please reload this page.
1 parent 9fb1d97 commit 4e4ed93Copy full SHA for 4e4ed93
2 files changed
.github/workflows/build-release.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install Go
45
uses: actions/setup-go@v7
46
with:
47
- go-version: 1.24.x
+ go-version-file: 'go.mod'
48
49
- name: Run GoReleaser
50
if: steps.bump.outputs.new_tag != ''
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
uses: goreleaser/goreleaser-action@v7
0 commit comments