Skip to content

Bump go to v1.17 #13314

@lilic

Description

@lilic

With go 1.17 out and the performance improvements seem very impressive we should consider bumping the version:

Go 1.17 implements a new way of passing function arguments and results using registers instead of the stack. Benchmarks for a representative set of Go packages and programs show performance improvements of about 5%, and a typical reduction in binary size of about 2%.

There were some changes to go mod and to unsafe package but judging by a quick search in the codebase it shouldn't affect us. Full release docs https://golang.org/doc/go1.17

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions