Closed
Description
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 tools
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
[nix-shell:~/coder]$ protoc-gen-go --version
protoc-gen-go v1.34.2