filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
94 stars 136 forks source link

fix: use Go 1.20 on CircleCI #435

Closed vmx closed 8 months ago

vmx commented 8 months ago

As Lotus is now using Go 1.20 1, also upgrade this CI to use 1.20.

This needs slight reformatting to make go fmt happy.

The CircleCI Ubuntu 22.04 image tagged 2023.07.2 is using Go 1.20.4 2. Later versions of that image use Go >= 1.21 3.