Skip to content

Commit

Permalink
Unpin go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvdimitrov committed Jul 17, 2023
1 parent 7a0770d commit f4ef221
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.5' # temporary pin to get a passing CI because of a bug in docker
go-version: '1.20'
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.5' # temporary pin to get a passing CI because of a bug in docker
go-version: '1.20'
check-latest: true
- run: make build-image-boringcrypto
- run: make integration
Expand Down

0 comments on commit f4ef221

Please sign in to comment.