diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b4fc7c..fcf33c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v6.5.0 with: go-version-file: "go.mod" - name: Run GoReleaser