diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index a0aae79d..fd6bdebb 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -13,10 +13,10 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: kevincobain2000/action-gobrew@v2.2 with: - go-version: '1.21' - + version: 'mod' + - name: Make All run: | ./package.sh