From 7b55f66218e3a17a0c609a1d85d45f6d1a1e6961 Mon Sep 17 00:00:00 2001 From: John Murret Date: Thu, 13 Jul 2023 13:06:26 -0600 Subject: [PATCH] Update .github/workflows/go-tests.yml Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com> --- .github/workflows/go-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 667e7fb331..be773c2b0e 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -376,7 +376,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" + go-version: "1.19.10" permissions: id-token: write # NOTE: this permission is explicitly required for Vault auth. contents: read