diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 568951e..a5f6cd3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,9 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v3.5.0 + with: + go-version: '1.19' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4.2.0 @@ -26,4 +28,4 @@ jobs: args: release --rm-dist --release-notes ./RELEASE_NOTES.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +