Skip to content

Commit

Permalink
Pin to go 1.20.5 for testing (#37)
Browse files Browse the repository at this point in the history
There is a current bug somewhere in the mix of go 1.20.6 <- Moby ->
testcontainers. This is being worked out in
testcontainers/testcontainers-go#1359 . Until
this is fixed, the workaround seems to be pinning to go 1.20.5 for
testing

Signed-off-by: Tyler Auerbeck <[email protected]>
  • Loading branch information
tylerauerbeck authored Jul 25, 2023
1 parent d1aeae9 commit dab8e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: Set up Go for ${{ matrix.ci-database }}
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
#pinning to 1.20.5 until https://github.com/testcontainers/testcontainers-go/issues/1359 is resolved
#go-version-file: "go.mod"
go-version: "1.20.5"
- name: Install atlas for db migrations on ${{ matrix.ci-database }}
run: go install ariga.io/atlas/cmd/atlas@latest

Expand Down

0 comments on commit dab8e82

Please sign in to comment.