Skip to content

Commit 1e1bada

Browse files
committed
.github/workflows: go-version stable, not latest
1 parent 2293a9a commit 1e1bada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install bootstrap Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: latest
36+
go-version: stable
3737
- name: Install Go tip (UNIX)
3838
if: runner.os != 'Windows'
3939
run: |

0 commit comments

Comments
 (0)