Skip to content

Commit

Permalink
Merge pull request #7303 from dolthub/db/fix-workflow
Browse files Browse the repository at this point in the history
[no-release-notes] /.github/workflows/cd-release.yaml: install go higher that 1.21 in release workflow
  • Loading branch information
bheni authored Jan 11, 2024
2 parents 8a1f31c + 53aa5e5 commit 3826426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.21
- name: Update dolt version command
run: sed -i -e 's/ Version = ".*"/ Version = "'"$NEW_VERSION"'"/' "$FILE"
env:
Expand Down

0 comments on commit 3826426

Please sign in to comment.