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

ci: upgrade to Go 1.23 #2301

Merged
merged 9 commits into from
Aug 14, 2024
Merged

ci: upgrade to Go 1.23 #2301

merged 9 commits into from
Aug 14, 2024

Conversation

ncruces
Copy link
Collaborator

@ncruces ncruces commented Aug 13, 2024

As Go 1.23 has been released now, this updates the Go version used in the CI.
Also, this updates our floor Go version to 1.21 following our support policy.

https://go.dev/blog/go1.23

Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
@ncruces ncruces marked this pull request as ready for review August 13, 2024 23:08
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
@ncruces
Copy link
Collaborator Author

ncruces commented Aug 14, 2024

I also had a look at https://go.dev/blog/go1.21: we can now use clear, which I did.

reflect.SliceHeader is ever more deprecated, which linters complain about; silenced some, fixed one.

Deleted some code that was !go1.21.

Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
@mathetake mathetake merged commit 5ed4c17 into tetratelabs:main Aug 14, 2024
47 checks passed
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.

2 participants