diff --git a/.github/workflows/verify-config.yaml b/.github/workflows/verify-config.yaml index eb4e9655..5486f952 100644 --- a/.github/workflows/verify-config.yaml +++ b/.github/workflows/verify-config.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: 1.20.x + go-version: 1.21.x - name: Cache go dependencies id: cache-go-dependencies uses: actions/cache@v4