Skip to content

ci: Github CI at master, with older go versions (<go1.23) is broken #3516

@hyangah

Description

@hyangah

After marking the extension module's go version to go1.23.0 in CL 595376, they are broken.

The root cause is golang/go#68005

Some of our script programs invoke go run and the command go sets GOROOT, but doesn't adjust PATH.
So, CI ended up facing mismatched go and GOROOT setting.

The easiest fix is to downgrade the go.mod lang version, and build the release tool (that requires go1.23) only with go1.23 (buildtag)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions