We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cafe690 + 84f97c2 commit 104ad02Copy full SHA for 104ad02
.github/workflows/cd-release-pgo.yaml
@@ -85,9 +85,9 @@ jobs:
85
run: |
86
latest=$(git rev-parse HEAD)
87
echo "commitish=$latest" >> $GITHUB_OUTPUT
88
- GO_BUILD_VERSION=1.24.0 go/utils/publishrelease/buildpgobinaries.sh
+ GO_BUILD_VERSION=1.24.6 go/utils/publishrelease/buildpgobinaries.sh
89
env:
90
- GO_BUILD_VERSION: "1.24.0"
+ GO_BUILD_VERSION: "1.24.6"
91
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
92
- name: Create Release
93
id: create_release
0 commit comments