Skip to content

Commit

Permalink
Merge pull request #62 from nekottyo/use-setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
nekottyo authored Dec 7, 2023
2 parents 3fba405 + 96ff1e7 commit ca1a16d
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
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit ca1a16d

Please sign in to comment.