Skip to content

Commit ba7c1e7

Browse files
committed
Specify go version to 1.21.4 in the 'Set up Go' step on the goreleaser job.
1 parent 8232d2c commit ba7c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: stable
22+
go-version: '1.21.4'
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v6
2525
with:

0 commit comments

Comments
 (0)