From 8c03b36e00719b65a87d277012dea2ac08b67442 Mon Sep 17 00:00:00 2001 From: John Murret Date: Thu, 13 Jul 2023 12:28:09 -0600 Subject: [PATCH] fix go-tests-1.19 to actually pass 1.19 as the version. previously was just testing 1.20 --- .github/workflows/go-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 4a166401d51d..667e7fb331a9 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -419,6 +419,7 @@ jobs: runs-on: ${{ needs.setup.outputs.compute-xl }} repository-name: ${{ github.repository }} go-tags: "${{ github.event.repository.name == 'consul-enterprise' && 'consulent consulprem consuldev' || '' }}" + go-version: "1.19" permissions: id-token: write # NOTE: this permission is explicitly required for Vault auth. contents: read