Skip to content

Commit 51a93d0

Browse files
authored
fix(ci): pin go version (#256)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 764e50f commit 51a93d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-go@v3
2626
with:
27-
go-version-file: go.mod
27+
# 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'
2833
cache: true
2934
cache-dependency-path: go.sum
3035

0 commit comments

Comments
 (0)