Update go.mod from Go 1.14 to Go 1.25 or newer.
Go 1.14 was released in February 2020 and is long past end-of-life. Updating enables modern language features and is a prerequisite for other modernization work.
Tasks:
- Update
go.mod to specify Go 1.25+
- Test compilation with new Go version
- Address any deprecated API usage
Update
go.modfrom Go 1.14 to Go 1.25 or newer.Go 1.14 was released in February 2020 and is long past end-of-life. Updating enables modern language features and is a prerequisite for other modernization work.
Tasks:
go.modto specify Go 1.25+