From f8073a7b63b6c98b9fcc5ff1f6b1415ad1a22581 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 17 Mar 2022 17:14:50 +0000 Subject: [PATCH] build: ensure the Go version used for the build is always up to date #6020 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31b2b2d90..a39849e95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,6 +110,7 @@ jobs: with: stable: 'false' go-version: ${{ matrix.go }} + check-latest: true - name: Set environment variables shell: bash