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:
Aaron Son
2025-10-14 11:55:58 +02:00
parent 3afbafa004
commit 06a1e9bb3a
8 changed files with 80 additions and 7 deletions

View File

@@ -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