mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
go.mod,.github: Build with go 1.25.1.
1.25.2 introduces stricter net/url.Parse semantics on bracketed hostname components, which breaks the (non-standard) URLs that Dolt uses for AWS remotes. We will build with the previous version of Go until we can fix this.
This commit is contained in:
4
.github/workflows/cd-release-pgo.yaml
vendored
4
.github/workflows/cd-release-pgo.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user