From d588c7a4d2ac239762feba8cbb0ca54d12b8dd0b Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 20 Dec 2022 22:15:36 +1100 Subject: [PATCH] Bugfix/sync go mod (#2222) * Add nosyncgomod flag * Fix tests on unix * Fix tests on unix --- v2/internal/gomod/gomod_data_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/gomod/gomod_data_unix.go b/v2/internal/gomod/gomod_data_unix.go index dbe9b1247..f3a5e04c3 100644 --- a/v2/internal/gomod/gomod_data_unix.go +++ b/v2/internal/gomod/gomod_data_unix.go @@ -1,4 +1,4 @@ -//go:build unix +//go:build darwin || linux package gomod