Skip to content

Commit

Permalink
fix go-tests-1.19 to actually pass 1.19 as the version. previously wa…
Browse files Browse the repository at this point in the history
…s just testing 1.20
  • Loading branch information
jmurret committed Jul 13, 2023
1 parent a474071 commit 8c03b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8c03b36

Please sign in to comment.