gopkg
gopkg copied to clipboard
Go version: bump minimum version to 1.17
Summary
Bump Go version in the go.mod
to 1.17.
Motivation
- Since Go 1.19 is released, we officially support 1.17 1.18 1.19, but the Go version in the
go.mod
is still 1.16. - gopkg requires
golang.org/x/sys
, the minimum version of this repo is 1.17, related issue: https://github.com/bytedance/gopkg/issues/163
Explanation
No response