mirror of https://github.com/rclone/rclone.git
build: ensure the Go version used for the build is always up to date #6020
This commit is contained in:
parent
807f1cedaa
commit
f8073a7b63
|
@ -110,6 +110,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
stable: 'false'
|
stable: 'false'
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue