Skip to content

Commit

Permalink
chore: add missing setup-go step
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 15, 2024

Verified

This commit was signed with the committer’s verified signature.
ricardomaraschini Ricardo Maraschini
1 parent ccb26b8 commit 3d42213
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-custom-melange-package/action.yml
Original file line number Diff line number Diff line change
@@ -46,6 +46,10 @@ runs:
# build the melange package

- uses: actions/setup-go@v5
with:
go-version: '1.23'

- name: install melange
shell: bash
run: |

0 comments on commit 3d42213

Please sign in to comment.