mirror of https://github.com/hashicorp/consul
remove pinning of 1.20.5
parent
cc8eaf8213
commit
ce10138d07
|
@ -395,12 +395,6 @@ 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' || '' }}"
|
||||||
# pinning this to 1.20.5 because this issue in go-testcontainers occurs
|
|
||||||
# in 1.20.6 with the error "http: invalid Host header, host port waiting failed"
|
|
||||||
# https://github.com/testcontainers/testcontainers-go/issues/1359
|
|
||||||
# remove setting this when the above issue is fixed so that the reusable
|
|
||||||
# job will just get the go version from go.mod.
|
|
||||||
go-version: "1.20.5"
|
|
||||||
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