Skip to content

Commit

Permalink
fix: use setup-go in release
Browse files Browse the repository at this point in the history
nekottyo committed Dec 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3fba405 commit 96ff1e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
if: github.event.action != 'labeled'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/cache@v2
with:
@@ -24,6 +24,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v4
with:
go-version: 1.21

- name: make action-release
run: make action-release

0 comments on commit 96ff1e7

Please sign in to comment.