diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b480abe9b..cd31bdb87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go # NOTE: this action comes with caching by default - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.24" cache-dependency-path: |