diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 696f046..628cc7c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' cache: false - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4