bytedance / gopkg

Universal Utilities for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go version: bump minimum version to 1.17

zhangyunhao116 opened this issue · comments

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: #163

Explanation

No response