Skip to content

Commit

Permalink
/.github/workflows/cd-release.yaml: install go higher that 1.21 in re…
Browse files Browse the repository at this point in the history
…lease workflow
  • Loading branch information
coffeegoddd committed Jan 11, 2024
1 parent 8a1f31c commit 53aa5e5
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 53aa5e5

Please sign in to comment.