Skip to content

Commit

Permalink
fix: Forgot to add Go setup to release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Apr 19, 2024
1 parent ac9597b commit e2e3333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Build Release
run: make release-all

Expand Down

0 comments on commit e2e3333

Please sign in to comment.