Bumps Go 1.16 -> 1.17

Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
irbekrm
2021-09-30 10:07:50 +01:00
parent d24702fb5f
commit 3d6a89e456
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ go_rules_dependencies()
go_register_toolchains(
nogo = "@//hack/build:nogo_vet",
version = "1.16.6",
version = "1.17.1",
)
## Load gazelle and dependencies
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/jetstack/cert-manager
go 1.16
go 1.17
// This fork allows us to add alternative certificate chains for ACME see
// https://github.com/cert-manager/crypto#cert-manager-fork-of-golangxcrypto .