Skip to content

Commit b49f388

Browse files
committed
v3: Build release with latest stable Go version
Fixes #990
1 parent 5997d57 commit b49f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v4
7474
with:
75-
go-version: '1.21'
75+
go-version: 'stable'
7676

7777
- name: Set up QEMU
7878
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)