diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 42a3f1f4891..b15298cdd4c 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.21'