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
For example, I'm having a hell of a time trying to generate some protobuf definitions which pass CI because protoc-gen-go is not locked in our nix flake, while it's using a fixed version in .github/workflows/ci.yaml.
- name: go install toolsrun: | go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30