Skip to content

Commit

Permalink
/.github/workflows/release-upload-asset.yaml: bump go version in buil…
Browse files Browse the repository at this point in the history
…d process
  • Loading branch information
coffeegoddd committed Dec 3, 2024
1 parent 44a3524 commit edad694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-upload-asset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.22 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.23.3 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.22"
GO_BUILD_VERSION: "1.23.3"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit edad694

Please sign in to comment.