build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 20:40:28 +02:00
parent 0ab2e03d59
commit 433e58c095
315 changed files with 40496 additions and 8801 deletions

View File

@ -52,7 +52,7 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 23
Minor = 26
Patch = 0
PreRelease = ""
)