Skip to content

go.mod declares invalid Go version 1.23.7, breaking go installΒ #803

@beneteos

Description

@beneteos

Hi πŸ‘‹

It looks like the go.mod file in version v0.21.0 specifies an invalid Go version : go 1.23.7

This causes go install to fail with the following error:

go: github.com/google/go-jsonnet/cmd/jsonnet@latest (in github.com/google/[email protected]): go.mod:3: invalid go version '1.23.7': must match format 1.23

The Go version directive should use the format major.minor (e.g. 1.23) without the patch component.

This is currently breaking CI pipelines that run:

go install github.com/google/go-jsonnet/cmd/jsonnet@latest

Could you please correct the go.mod file to use a valid Go version? Thanks a lot for your work!

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