Skip to content

Commit

Permalink
Pin go version in CI
Browse files Browse the repository at this point in the history
This reverts commit 2e3ef2d.
  • Loading branch information
dimitarvdimitrov committed Jul 18, 2023
1 parent 2c7bc12 commit 1c6fa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.20.5' # temporary pin to get a passing CI because of a bug in docker
check-latest: true
- run: make build-image
- run: make integration
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.20.5' # temporary pin to get a passing CI because of a bug in docker
check-latest: true
- run: make build-image-boringcrypto
- run: make integration
Expand Down

0 comments on commit 1c6fa9b

Please sign in to comment.