briandowns / spinner

Go (golang) package with 90 configurable terminal spinner/progress indicators.
Apache License 2.0
2.33k stars 129 forks source link

undefined: math.MaxInt when trying to install it locally on my linux workstation #148

Open Rakshith-V opened 1 year ago

Rakshith-V commented 1 year ago

rakshithv@linuxcloud:~/ws/go-rakshith/$ go get github.com/briandowns/spinner github.com/briandowns/spinner ../../../../../../.gvm/pkgsets/go1.16.5/global/pkg/mod/github.com/briandowns/spinner@v1.21.0/spinner.go:490:19: undefined: math.MaxInt

go verison go1.16.5 linux/amd64

os Debian x86_64 GNU/Linux

QuLogic commented 1 year ago

MaxInt was added in Go 1.17, but go.mod has a minimum of 1.14.

briandowns commented 1 year ago

I've updated master.