Skip to content

Commit

Permalink
ci: upgrade ci to use go 1.20 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Feb 16, 2023
1 parent c6c6f8d commit 557480c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ commands:
jobs:

go119:
go120:
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- run:
name: "Install tools"
command: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1
- checkout
- run:
name: "Lint"
Expand Down Expand Up @@ -75,9 +75,9 @@ jobs:
name: "Test (PPC64 emulation)"
command: qemu-ppc64-static uint256.test.ppc64 -test.v

go118:
go119:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.19
steps:
- checkout
- test
Expand All @@ -89,8 +89,8 @@ workflows:
version: 2
uint256:
jobs:
- go120
- go119
- go118
- bigendian:
requires:
- go119
- go120

0 comments on commit 557480c

Please sign in to comment.