diff --git a/.github/workflows/registry-releaser.yml b/.github/workflows/registry-releaser.yml index 05e07e46f..bc517dc97 100644 --- a/.github/workflows/registry-releaser.yml +++ b/.github/workflows/registry-releaser.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "stable"