diff --git a/.github/workflows/scheduled_updates.yaml b/.github/workflows/scheduled_updates.yaml index 75521e2..48136d3 100644 --- a/.github/workflows/scheduled_updates.yaml +++ b/.github/workflows/scheduled_updates.yaml @@ -11,7 +11,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }}