Merge pull request #9956 from dolthub/aaron/build-with-1.25.1

go.mod,.github: Build with go 1.25.1.
This commit is contained in:
Aaron Son
2025-10-14 11:48:38 +02:00
committed by GitHub
3 changed files with 4 additions and 4 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 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.25.1 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.25"
GO_BUILD_VERSION: "1.25.1"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- name: Create Release
id: create_release
+1 -1
View File
@@ -199,4 +199,4 @@ require (
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
go 1.25.0
go 1.25.1
@@ -1,6 +1,6 @@
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver
go 1.25.0
go 1.25.1
require (
github.com/dolthub/dolt/go v0.40.4