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
If you run make with go go1.14rc1, it errors with:
hack/generate-statik.sh
Installing go-licenses
/var/folders/n1/qxvd9kc11w15mc4qv6g43x80000kt3/T/tmp.wlxi6kFN ~/src/skaffold
go: creating new go.mod: module tmp
flag provided but not defined: -mod
usage: go get [-d] [-t] [-u] [-v] [-insecure] [build flags] [packages]
Run 'go help get' for details.
make: *** [generate-statik] Error 2
Thanks @tstromberg for reporting that issue. What about removing that flag once go 1.14 is released and we switch to using it in our development guide and CI/CD?
If you run
make
withgo go1.14rc1
, it errors with:This flag was removed in https://go-review.googlesource.com/c/go/+/198438/
The text was updated successfully, but these errors were encountered: