Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Fix missing setup of setup-go action in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 22, 2023
1 parent e73968b commit 9e9c013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Wait other jobs
uses: kachick/wait-other-jobs@v1.2.1
with:
Expand Down

0 comments on commit 9e9c013

Please sign in to comment.