Skip to content

Commit 8f32e7d

Browse files
committed
Use Go stable for builds
1 parent 1aa3dc7 commit 8f32e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version-file: 'go.mod'
21+
go-version: 'stable'
2222

2323
# # Get Go version into a string, replacing spaces with "-"
2424
# - name: Get Go version

0 commit comments

Comments
 (0)