Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this pull request do? Explain your changes. (required)
Bump golang version to 1.23.2 from 1.21.4
This is needed for #3211 - technically only 1.22 is required but golang is already on 1.23 and releases are very stable so we might as well ... go ... straight to the latest version.
Specific updates (required)
Technically we do not need to update the CI-installed version of golang because apparently go mod will download updated toolchains on its own (!) since version 1.21 but it seems better to stay somewhat consistent. This behavior also eases the migration path for fellow developers: if you could already compile go-livepeer before this, you can still compile go-livepeer after - this without doing anything - since your golang will automatically update itself (!)
How did you test each of these updates (required)
Everything compiles and tests pass
Does this pull request close any open issues?
Checklist:
make
runs successfully./test.sh
pass