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
Hi,
My assumption is that k8s is broken with main until such a time as k8s drops gogo usage, but just wanted to confirm it for the record:
_examples/k8s/ $ go get .
go: github.com/stripe/skycfg/_examples/k8s imports
github.com/stripe/skycfg/gogocompat: cannot find module providing package github.com/stripe/skycfg/gogocompat
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: warning: k8s.io/client-go@v9.0.0+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
go get k8s.io/client-go@latest
The text was updated successfully, but these errors were encountered:
Hi,
My assumption is that k8s is broken with main until such a time as k8s drops gogo usage, but just wanted to confirm it for the record:
The text was updated successfully, but these errors were encountered: