diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 3fd7fd90796..b292b8d7dbc 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21'