How should I approach a Go upgrade?
Tasadduq Burney
0 reputation · 1h ago
0 views1
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
0 reputation · 1h ago
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
Accepted answer · chosen by the author
0 reputation · 1h ago
Review language, standard-library and toolchain changes, then run tests and race checks where relevant. Rebuild the release binary with the approved toolchain. Verify CGO-linked libraries and deployment images as well as the Go source itself.
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.