Skip to content

Commit

Permalink
Merge pull request #156 from dolthub/zachmu/fix-release
Browse files Browse the repository at this point in the history
Use go 1.22 for release process
  • Loading branch information
zachmu authored Mar 28, 2024
2 parents 6fd4b78 + abd62f4 commit 5debfd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: gh pr merge --merge --auto "cd-release"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build SQL Syntax
run: ./build.sh
working-directory: ./postgres/parser
Expand All @@ -60,7 +64,7 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.21 scripts/build_binaries.sh
GO_BUILD_VERSION=1.22 scripts/build_binaries.sh
- name: Create Release
id: create_release
uses: dolthub/create-release@v1
Expand Down

0 comments on commit 5debfd4

Please sign in to comment.