Skip to content

Commit

Permalink
fix(build): fix broken workflow by setting up go first (dapr#3319)
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <[email protected]>
  • Loading branch information
sicoyle authored Jan 18, 2024
1 parent 837c35a commit 805c1f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-component-metadata-for-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
upload-bundle:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: 'false'
- name: Checkout code
uses: actions/checkout@v4
- name: Build component-metadata-bundle.json
Expand Down

0 comments on commit 805c1f8

Please sign in to comment.