From b20499e6315b8f702964a8dbcaee5d9d0a471ab2 Mon Sep 17 00:00:00 2001 From: Nicole Hubbard Date: Tue, 15 Aug 2023 16:56:00 -0500 Subject: [PATCH] Unpin go for CI since go 1.20.7 fixes the issue Signed-off-by: Nicole Hubbard --- .github/workflows/test-go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 17d38c8..d98fa64 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -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