mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-24 02:43:42 -05:00
.github/workflows/cd-release-pgo.yaml: Bump GO_BUILD_VERSION to match go.mod toolchain.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user