qingstor / qsctl

Advanced command line tool for QingStor Object Storage.
Apache License 2.0
23 stars 13 forks source link

ci: Update go to recent two versions #379

Closed owarai closed 2 years ago

owarai commented 2 years ago

Rational: go.sum written by go1.17 no longer compatible with go < 1.16, which leads to ci test failure. We should always use the latest two minor versions of go in ci.

Some go-vet warnings become error after go update, fix those go-vet warnings.