This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch upgrade_go1.24 in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
commit 9b19e96b7f0381277e805b038bd7f52d648a2772 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun Feb 16 15:37:30 2025 +0200 fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74a6d01..9978a40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: needs: [license-check, lint] strategy: matrix: - go-version: [1.24, stable] + go-version: [1.24] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps:
