Skip to content

flake fails to build due to outdated go from nixpkgs input #205

@alanpearce

Description

@alanpearce

In go.mod version 1.25.1 is required, however the flake's nixpkgs input only has 1.25-rc2, which causes a build failure for flake users:

go: go.mod requires go >= 1.25.1 (running go 1.25rc2; GOTOOLCHAIN=local)

This can be fixed by running nix flake update and committing the updated flake.lock. I would suggest adding this step to any workflow where dependencies are updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions