Skip to content

Commit 1f07ac1

Browse files
committed
sweet/harnesses: update gVisor for 1.19 compatibility
google/gvisor@adc7bb5 includes https://gvisor.dev/pr/7252, which allows gVisor to build with a Go 1.19 toolchain. For golang/go#51445. Change-Id: I9f352d1bdd2bf57a4dc91bac989d14d3a08db6c0 Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/390954 Trust: Michael Pratt <[email protected]> Run-TryBot: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent e27bdff commit 1f07ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sweet/harnesses/gvisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (h GVisor) Get(srcDir string) error {
2929
srcDir,
3030
"https://github.com/google/gvisor",
3131
"go",
32-
"6392b0f3bea052af0de9d95677233dd9e442dbd5", // release-20210906.0-38-gb28bd31bb
32+
"adc7bb5e1baf4a7489e428e1fad756e5e2aa3410", // release-20220228.0-4233-gadc7bb5e1
3333
)
3434
}
3535

0 commit comments

Comments
 (0)