mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 02:45:34 -05:00
/.github/workflows/cd-release-pgo.yaml: use go 1.24.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user