Skip to content

Commit ce10138

Browse files
committed
remove pinning of 1.20.5
1 parent cc8eaf8 commit ce10138

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)