Skip to content

Commit 104ad02

Browse files
authored
Merge pull request #9772 from dolthub/db/fix-workflow
[no-release-notes]/.github/workflows/cd-release-pgo.yaml: use go 1.24.6
2 parents cafe690 + 84f97c2 commit 104ad02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-release-pgo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
run: |
8686
latest=$(git rev-parse HEAD)
8787
echo "commitish=$latest" >> $GITHUB_OUTPUT
88-
GO_BUILD_VERSION=1.24.0 go/utils/publishrelease/buildpgobinaries.sh
88+
GO_BUILD_VERSION=1.24.6 go/utils/publishrelease/buildpgobinaries.sh
8989
env:
90-
GO_BUILD_VERSION: "1.24.0"
90+
GO_BUILD_VERSION: "1.24.6"
9191
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
9292
- name: Create Release
9393
id: create_release

0 commit comments

Comments
 (0)