.github/workflows: use latest Go for bootstrap

This commit is contained in:
Filippo Valsorda
2024-06-16 14:51:17 +02:00
parent 01fe9cd84a
commit 2293a9afef

View File

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