diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8cade9d..9b30af7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: # kv v0.3.0 bumped the go.mod floor to 1.23 for iter.Seq2. # Pin CI to a version >= 1.23; 'stable' picks the latest