Skip to content

Comments

go,testdata: drop support for Go 1.21, pin testdata toolchain to 1.23#1563

Merged
ti-mo merged 1 commit intocilium:mainfrom
ti-mo:tb/go-1.22
Sep 12, 2024
Merged

go,testdata: drop support for Go 1.21, pin testdata toolchain to 1.23#1563
ti-mo merged 1 commit intocilium:mainfrom
ti-mo:tb/go-1.22

Conversation

@ti-mo
Copy link
Contributor

@ti-mo ti-mo commented Sep 12, 2024

make in the repo root started complaining with the recent Go 1.23 release:

go: golang.org/x/tools/cmd/stringer@latest: golang.org/x/[email protected] requires go >= 1.22.0 (running go 1.21.1; GOTOOLCHAIN=local)

Bump the Go version in the container to 1.23 and pin it so we can easily identify which version the container was built with.

@ti-mo ti-mo requested a review from a team as a code owner September 12, 2024 09:14
`make` in the repo root started complaining with the recent Go 1.23 release:

> go: golang.org/x/tools/cmd/stringer@latest: golang.org/x/[email protected] requires go >= 1.22.0 (running go 1.21.1; GOTOOLCHAIN=local)

Bump the Go version in the container to 1.23 and pin it so we can easily
identify which version the container was built with.

Signed-off-by: Timo Beckers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant