mirror of https://github.com/hashicorp/consul
unpin the sdk 1.20 go tests
parent
8f223080c0
commit
f8578b0749
|
@ -395,12 +395,7 @@ jobs:
|
|||
runs-on: ${{ needs.setup.outputs.compute-xl }}
|
||||
repository-name: ${{ github.repository }}
|
||||
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"
|
||||
go-version: "1.20"
|
||||
permissions:
|
||||
id-token: write # NOTE: this permission is explicitly required for Vault auth.
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue