From 3b3e4dd2c484f419e57aaef3403393dc998c8c8c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 6 Nov 2025 14:52:38 -0800 Subject: [PATCH] fix missing major.minor in golang: upstream version --- build/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index f06b59602ed..c93d64433cd 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -117,7 +117,7 @@ dependencies: # Golang # TODO: this should really be eliminated and controlled by .go-version - name: "golang: upstream version" - version: 4 + version: 1.25.4 refPaths: - path: .go-version - path: staging/publishing/rules.yaml