Skip to content

Commit

Permalink
test: temporarily downgrade golang version
Browse files Browse the repository at this point in the history
pinning to 1.20.5 until testcontainers/testcontainers-go#1359 is resolved
  • Loading branch information
0xERR0R authored and ThinkChaos committed Jul 27, 2023
1 parent 1f2f875 commit 2902c6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2902c6f

Please sign in to comment.