Skip to content

Commit

Permalink
Unpin go for CI since go 1.20.7 fixes the issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole Hubbard <[email protected]>
  • Loading branch information
nicolerenee committed Aug 15, 2023
1 parent dab8e82 commit b20499e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
- name: Set up Go for ${{ matrix.ci-database }}
uses: actions/setup-go@v4
with:
#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"
go-version-file: "go.mod"
- 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 b20499e

Please sign in to comment.