Skip to content

Commit

Permalink
github: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 18, 2023
1 parent 1361fa5 commit 3ba46f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: "1.20"
- name: Install Node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 3ba46f9

Please sign in to comment.