mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
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.1 go/utils/publishrelease/buildpgobinaries.sh
|
||||
GO_BUILD_VERSION=1.25.3 go/utils/publishrelease/buildpgobinaries.sh
|
||||
env:
|
||||
GO_BUILD_VERSION: "1.25.1"
|
||||
GO_BUILD_VERSION: "1.25.3"
|
||||
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user