build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 20:43:28 +02:00
parent 0ab2e03d59
commit 433e58c095
315 changed files with 40491 additions and 8796 deletions
+1 -1
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 = ""
)