mirror of https://github.com/hashicorp/consul
Update .github/workflows/go-tests.yml
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>pull/18124/head
parent
c50b17c46e
commit
7b55f66218
|
@ -376,7 +376,7 @@ jobs:
|
||||||
runs-on: ${{ needs.setup.outputs.compute-xl }}
|
runs-on: ${{ needs.setup.outputs.compute-xl }}
|
||||||
repository-name: ${{ github.repository }}
|
repository-name: ${{ github.repository }}
|
||||||
go-tags: "${{ github.event.repository.name == 'consul-enterprise' && 'consulent consulprem consuldev' || '' }}"
|
go-tags: "${{ github.event.repository.name == 'consul-enterprise' && 'consulent consulprem consuldev' || '' }}"
|
||||||
go-version: "1.19"
|
go-version: "1.19.10"
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # NOTE: this permission is explicitly required for Vault auth.
|
id-token: write # NOTE: this permission is explicitly required for Vault auth.
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in New Issue