build: ensure the Go version used for the build is always up to date #6020

This commit is contained in:
Nick Craig-Wood 2022-03-17 17:14:50 +00:00
parent 807f1cedaa
commit f8073a7b63

View File

@ -110,6 +110,7 @@ jobs:
with:
stable: 'false'
go-version: ${{ matrix.go }}
check-latest: true
- name: Set environment variables
shell: bash