File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -395,12 +395,6 @@ jobs:
395395 runs-on : ${{ needs.setup.outputs.compute-xl }}
396396 repository-name : ${{ github.repository }}
397397 go-tags : " ${{ github.event.repository.name == 'consul-enterprise' && 'consulent consulprem consuldev' || '' }}"
398- # pinning this to 1.20.5 because this issue in go-testcontainers occurs
399- # in 1.20.6 with the error "http: invalid Host header, host port waiting failed"
400- # https://github.com/testcontainers/testcontainers-go/issues/1359
401- # remove setting this when the above issue is fixed so that the reusable
402- # job will just get the go version from go.mod.
403- go-version : " 1.20.5"
404398 permissions :
405399 id-token : write # NOTE: this permission is explicitly required for Vault auth.
406400 contents : read
You can’t perform that action at this time.
0 commit comments