Skip to content

Upgrade Go toolchain from unsupported 1.24 to current 1.26 #3922

@stefanb

Description

@stefanb

Keploy is still using now unsupported Go 1.24:

keploy/go.mod

Lines 3 to 5 in 88feef2

go 1.24.4
toolchain go1.24.6

The only compatibility issue (found in Homebrew/homebrew-core#258912) seem to be

keploy/go.mod

Line 119 in 88feef2

vitess.io/vitess v0.22.1

which can be fixed by upgrading to https://github.com/vitessio/vitess/releases/tag/v23.0.3 or later
which includes upstream:

Once that is fixed you can also upgrade all uses of actions/setup-go@v5:

uses: actions/setup-go@v5
with:
go-version: ">=1.23"

to actions/setup-go@v6 to respect it via

Downstream Homebrew PR refs:

Metadata

Metadata

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