From 2902c6ffe3d558e671ba323b342640d8f408f489 Mon Sep 17 00:00:00 2001 From: Dimitri Herzog Date: Thu, 27 Jul 2023 10:48:05 +0200 Subject: [PATCH] test: temporarily downgrade golang version pinning to 1.20.5 until https://github.com/testcontainers/testcontainers-go/issues/1359 is resolved --- .github/workflows/makefile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index fa4809c21..813ef04ba 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -50,7 +50,9 @@ jobs: uses: actions/setup-go@v4 if: matrix.go == true with: - go-version-file: go.mod + #pinning to 1.20.5 until https://github.com/testcontainers/testcontainers-go/issues/1359 is resolved + go-version: "1.20.5" + #go-version-file: go.mod - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2