Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.26.6
go1.26.7
8 changes: 4 additions & 4 deletions patches/0001-Vendor-external-dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ Use a 'go' that was recently built by the current branch to ensure stable result
create mode 100644 src/vendor/github.com/microsoft/go-crypto-winnative/internal/sysdll/sys_windows.go

diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index 8ffd61a0242c2d..6b1de6e0ecf163 100644
index d4f79a885ac8ef..7fc8333ee20f01 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -4,6 +4,8 @@ go 1.26
Expand All @@ -532,9 +532,9 @@ index 8ffd61a0242c2d..6b1de6e0ecf163 100644
+ github.com/microsoft/go-infra/telemetry/config v0.0.0-20260128082012-a1498e2b57dd
golang.org/x/arch v0.23.0
golang.org/x/build v0.0.0-20251128064159-b9bfd88b30e8
golang.org/x/mod v0.30.1-0.20251115032019-269c237cf350
golang.org/x/mod v0.30.1-0.20260813213631-9239cba97fbe
diff --git a/src/cmd/go.sum b/src/cmd/go.sum
index 107b74bfc23781..ca4b2583b14f89 100644
index 171479a0bb9538..ccb73929e66bc2 100644
--- a/src/cmd/go.sum
+++ b/src/cmd/go.sum
@@ -4,6 +4,10 @@ github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 h1:3DsUAV+VNEQa2CUVLx
Expand Down Expand Up @@ -2143,7 +2143,7 @@ index 00000000000000..d592037b570130
+ return ok
+}
diff --git a/src/cmd/vendor/modules.txt b/src/cmd/vendor/modules.txt
index 781b9c8fb47af3..49f23d6a48983b 100644
index 8c3cd0450b193c..ef9ceb08b7dfe8 100644
--- a/src/cmd/vendor/modules.txt
+++ b/src/cmd/vendor/modules.txt
@@ -16,6 +16,17 @@ github.com/google/pprof/third_party/svgpan
Expand Down
Loading