mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-20 23:19:27 +00:00
go.mod: bump gvisor.dev/gvisor
Pick up https://github.com/google/gvisor/pull/7787 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
||||
// tests netstack's AlignedAtomicInt64.
|
||||
func TestAlignedAtomicInt64(t *testing.T) {
|
||||
type T struct {
|
||||
A atomicbitops.AlignedAtomicInt64
|
||||
A atomicbitops.Int64
|
||||
x int32
|
||||
B atomicbitops.AlignedAtomicInt64
|
||||
B atomicbitops.Int64
|
||||
}
|
||||
|
||||
t.Logf("I am %v/%v\n", runtime.GOOS, runtime.GOARCH)
|
||||
|
Reference in New Issue
Block a user