From b13ce2e26bc1bdf9bfee2142638dd21dd2e1b36a Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 9 Oct 2023 12:55:40 +0200 Subject: [PATCH] Add setup go step (#179) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2cc4d42..0709adc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: