go.mod,.github: Bump Go version to 1.25.6.

Fixes potential impact in some configurations from CVE-2025-61729.
This commit is contained in:
Aaron Son
2026-01-26 16:57:20 -08:00
parent 8f1a91b7a6
commit 86cf6c0518
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -85,9 +85,9 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.25.3 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.25.6 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.25.3"
GO_BUILD_VERSION: "1.25.6"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- name: Create Release
id: create_release