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