mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user