diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7b91da..ffd3d60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,14 +12,14 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - run: git fetch --force --tags - uses: actions/setup-go@v4 with: - go-version: 1.20.2 - - uses: goreleaser/goreleaser-action@v4 + go-version: 1.21.6 + - uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest