Open GaloisField2718 opened 3 months ago
Hello,
The command make build didn't work for me with the error:
make build
go: download go1.22 for linux/amd64: toolchain not available make: *** [Makefile:28: build] Error 1
I patched the error with updating go 1.22 -> go 1.22.0 into go.mod.
go 1.22
go 1.22.0
go.mod
I think a PR for this is not required. but just for the next update you can update it.
Maybe there are other solutions but this worked for me.
https://github.com/golang/go/issues/61455
Hello,
The command
make build
didn't work for me with the error:I patched the error with updating
go 1.22
->go 1.22.0
intogo.mod
.I think a PR for this is not required. but just for the next update you can update it.
Maybe there are other solutions but this worked for me.