.github/workflows: go-version stable, not latest

This commit is contained in:
Filippo Valsorda
2024-06-16 14:59:53 +02:00
parent 2293a9afef
commit 1e1badabf7

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install bootstrap Go
uses: actions/setup-go@v5
with:
go-version: latest
go-version: stable
- name: Install Go tip (UNIX)
if: runner.os != 'Windows'
run: |