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
travis: Check compile support for platform before build
`linux/riscv64` platform was added in `go 1.11` but compile was not
supported. Therefore buidling with `GOOS=linux GOARCH=riscv64` for `go
1.11` throws error.
This check handles above case.
0 commit comments