Skip to content

Commit

Permalink
Add setup go step (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 9, 2023
1 parent 5f67f0e commit b13ce2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
collapse-after: 50
if: ${{ github.event_name == 'push' }}

- name: Setup Golang Environment
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: go.mod

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
Expand Down

0 comments on commit b13ce2e

Please sign in to comment.