.github/workflows/cd-release-pgo.yaml: Bump GO_BUILD_VERSION to match go.mod toolchain.

This commit is contained in:
Aaron Son
2025-02-26 15:07:39 -08:00
parent 17ef5fb1c3
commit 3a35556cea
+2 -2
View File
@@ -84,9 +84,9 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.23.3 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.24.0 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.23.3"
GO_BUILD_VERSION: "1.24.0"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- name: Create Release
id: create_release