WORKSPACE: bump rules_go go 0.29 and Go to 1.17.1
The changes to nogo are from rules_go being able to use go_library
targets as part toolchain definitions. gVisor needed to be bumped
to be compatible with Go 1.17. It also needs a fix for us not having
the systemd cgroup controller.
Change-Id: I058b5c68d97809a286fbe36df00e49e55874dfd5
Reviewed-on: https://review.monogon.dev/c/monogon/+/438
Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/build/fietsje/deps_gvisor.go b/build/fietsje/deps_gvisor.go
index c4e7ca0..8810a83 100644
--- a/build/fietsje/deps_gvisor.go
+++ b/build/fietsje/deps_gvisor.go
@@ -20,10 +20,11 @@
func depsGVisor(p *planner) {
p.collect(
- "github.com/google/gvisor", "release-20201216.0",
+ "github.com/google/gvisor", "release-20211101.0",
patches(
"gvisor.patch",
"gvisor-build-against-newer-runtime-specs.patch",
+ "gvisor-cgroup-fix.patch",
),
).use(
"github.com/cenkalti/backoff",