Skip to content

Commit

Permalink
fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Jun 13, 2024
1 parent 7467ddb commit 6b004de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/0008-Update-default-go.env.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ index 6ff2b921d464bc..4aca2ff2c63dbc 100644
-GOTOOLCHAIN=auto
+GOTOOLCHAIN=local
diff --git a/src/cmd/go/testdata/script/env_changed.txt b/src/cmd/go/testdata/script/env_changed.txt
index a3d368cd39e480..2253bb202d8397 100644
index 37d6571938cba6..204c39c5b18891 100644
--- a/src/cmd/go/testdata/script/env_changed.txt
+++ b/src/cmd/go/testdata/script/env_changed.txt
@@ -1,5 +1,8 @@
Expand All @@ -33,6 +33,6 @@ index a3d368cd39e480..2253bb202d8397 100644
+# See https://github.com/golang/go/issues/67793
+skip 'test relies on the standard go.env file, but Microsoft Go has a modified go.env file'
+
env GOROOT=./a
env GOTOOLCHAIN=local
env GOSUMDB=nodefault
env GOPROXY=nodefault

0 comments on commit 6b004de

Please sign in to comment.