We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764e50f commit 51a93d0Copy full SHA for 51a93d0
.github/workflows/test.yml
@@ -24,7 +24,12 @@ jobs:
24
- uses: actions/checkout@v3
25
- uses: actions/setup-go@v3
26
with:
27
- go-version-file: go.mod
+ # go-version-file: go.mod
28
+ # for now pin the verify action to 1.20.5
29
+ # due to issue with testcontainers
30
+ # https://github.com/golang/go/issues/61431
31
+ # https://github.com/testcontainers/testcontainers-go/issues/1359
32
+ go-version: '1.20.5'
33
cache: true
34
cache-dependency-path: go.sum
35
0 commit comments