/.github/workflows/cd-release-pgo.yaml: use go 1.24.6

This commit is contained in:
coffeegoddd☕️✨
2025-09-02 14:32:01 -07:00
parent cafe690516
commit 84f97c226a
+2 -2
View File
@@ -85,9 +85,9 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.24.0 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.24.6 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.24.0"
GO_BUILD_VERSION: "1.24.6"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- name: Create Release
id: create_release