Skip to content

Commit

Permalink
fix: use Go 1.20 on CircleCI
Browse files Browse the repository at this point in the history
As Lotus is now using Go 1.20 [1], I also upgrade this CI to use 1.20.

[1]: filecoin-project/lotus#11347
  • Loading branch information
vmx committed Nov 3, 2023
1 parent 441fa8e commit 00df3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
golang:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.20
resource_class: small
environment:
# Build the kernel only for the single architecture. This should reduce
Expand Down Expand Up @@ -234,7 +234,7 @@ commands:
- run:
name: Install Go
command: |
curl https://dl.google.com/go/go1.17.9.darwin-amd64.pkg -o /tmp/go.pkg && \
curl https://dl.google.com/go/go1.20.10.darwin-amd64.pkg -o /tmp/go.pkg && \
sudo installer -pkg /tmp/go.pkg -target /
go version
- run:
Expand Down

0 comments on commit 00df3da

Please sign in to comment.