File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66executors :
77 golang :
88 docker :
9- - image : cimg/go:1.18
9+ - image : cimg/go:1.20
1010 resource_class : small
1111 environment :
1212 # Build the kernel only for the single architecture. This should reduce
5656 type : boolean
5757 default : true
5858 machine :
59- image : ubuntu-2204:current
59+ image : ubuntu-2204:2023.07.2
6060 resource_class : arm.large
6161 working_directory : ~/go/src/github.com/filecoin-project/filecoin-ffi
6262 steps :
@@ -234,7 +234,7 @@ commands:
234234 - run :
235235 name : Install Go
236236 command : |
237- curl https://dl.google.com/go/go1.17.9 .darwin-amd64.pkg -o /tmp/go.pkg && \
237+ curl https://dl.google.com/go/go1.20.10 .darwin-amd64.pkg -o /tmp/go.pkg && \
238238 sudo installer -pkg /tmp/go.pkg -target /
239239 go version
240240 - run :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ type PoStProofGo struct {
9191 Proof []byte
9292}
9393
94- /// FvmMachineExecuteResponse is a go allocated version of `FvmMachineExecuteResponse`.
94+ // FvmMachineExecuteResponse is a go allocated version of `FvmMachineExecuteResponse`.
9595type FvmMachineExecuteResponseGo struct {
9696 ExitCode uint64
9797 ReturnVal []byte
You can’t perform that action at this time.
0 commit comments