mirror of https://github.com/hashicorp/consul
fix go-tests-1.19 to actually pass 1.19 as the version. previously was just testing 1.20
parent
a47407115e
commit
8c03b36e00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue