You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopath/src/github.com/golang-jwt/jwt/ecdsa.go:135:4: r.FillBytes undefined (type *big.Int has no field or method FillBytes)
gopath/src/github.com/golang-jwt/jwt/ecdsa.go:136:4: s.FillBytes undefined (type *big.Int has no field or method FillBytes)
This can be fixed by upgrading Go to the latest stable release (go1.16.7 at the time of writing) in docker.sh.
Thanks :)
edit: some more changes are needed after upgrading; need to add @latest after prom2json and git-chlo
Hi,
Building with
make
led me to the error below:This can be fixed by upgrading Go to the latest stable release (go1.16.7 at the time of writing) in
docker.sh
.Thanks :)
edit: some more changes are needed after upgrading; need to add
@latest
after prom2json and git-chloThe text was updated successfully, but these errors were encountered: