Closed spencerschrock closed 3 months ago
Go version bump
Our tooling uses Go 1.22.x (see #3859)
Use Go 1.23.X for our CI and dockerfiles.
Our minimum Go version in our go.mod is unchanged
go.mod
[ ] Tests for the changes have been added (for bug fixes/features)
For user-facing changes, please add a concise, human-readable release note to the release-note
release-note
(In particular, describe what changes users might need to make in their application as a result of this pull request.)
NONE
Also blocked on a new golangci-lint release (related issue)
What kind of change does this PR introduce?
Go version bump
What is the current behavior?
Our tooling uses Go 1.22.x (see #3859)
What is the new behavior (if this is a feature change)?**
Use Go 1.23.X for our CI and dockerfiles.
Our minimum Go version in our
go.mod
is unchanged[ ] Tests for the changes have been added (for bug fixes/features)
Which issue(s) this PR fixes
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to the
release-note
(In particular, describe what changes users might need to make in their application as a result of this pull request.)