Skip to content

Ensure all dependencies defined in flake.nix and our GitHub Actions are aligned #14343

Closed
@dannykopping

Description

@dannykopping

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions