Skip to content

Commit

Permalink
Merge pull request #29 from dolthub/db/bump-go
Browse files Browse the repository at this point in the history
/.github/workflows/release-upload-asset.yaml: bump go version
  • Loading branch information
coffeegoddd authored Mar 27, 2024
2 parents 28e9d5f + 5bccc90 commit 1162bc6
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.21 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.22 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.21"
GO_BUILD_VERSION: "1.22"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1162bc6

Please sign in to comment.