Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump go version to supported release #402

Closed
wants to merge 1 commit into from
Closed

chore: bump go version to supported release #402

wants to merge 1 commit into from

Conversation

smlx
Copy link
Member

@smlx smlx commented Oct 25, 2024

This also fixes the syntax in the current go.mod, which is no longer
strictly legal (missing the patch version) and trips up CodeQL.

https://go.dev/doc/toolchain#version

This also fixes the syntax in the current go.mod, which is no longer
strictly legal (missing the patch version) and trips up CodeQL.

https://go.dev/doc/toolchain#version
@smlx smlx requested a review from shreddedbacon October 25, 2024 02:49
@smlx smlx marked this pull request as ready for review October 25, 2024 02:50
@smlx
Copy link
Member Author

smlx commented Oct 25, 2024

Failure is:

go: go.mod requires go >= 1.23.2 (running go 1.21.13; GOTOOLCHAIN=local)

So I guess this needs to go in after #395

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