chai icon indicating copy to clipboard operation
chai copied to clipboard

fix: Go mod and work versions

Open kylebrandt opened this issue 4 months ago • 0 comments

Before with make:

$ make
cd ./cmd/chai && go install
go: downloading go1.23 (linux/amd64)
go: download go1.23 for linux/amd64: toolchain not available
make: *** [Makefile:10: chai] Error 1

Reference: https://stackoverflow.com/questions/78519711/toolchain-not-available-error-prevents-me-from-using-any-go-commands

kylebrandt avatar Oct 21 '24 14:10 kylebrandt