mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 17:16:29 +00:00
all: don't rebind variables in for loops
See https://tip.golang.org/wiki/LoopvarExperiment#does-this-mean-i-dont-have-to-write-x--x-in-my-loops-anymore Updates https://github.com/tailscale/tailscale/issues/11058 Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -33,7 +33,6 @@ func TestInQemu(t *testing.T) {
|
||||
}
|
||||
inCI := cibuild.On()
|
||||
for _, arch := range arches {
|
||||
arch := arch
|
||||
t.Run(arch.Goarch, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
qemuUser := "qemu-" + arch.Qarch
|
||||
|
||||
Reference in New Issue
Block a user