This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 9c81576bee50777f86469c6ba751a1ea4eeac475
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Aug 12 16:11:10 2026 +0300

    Upgrade setup-go action from v6 to v7
---
 .github/workflows/kvrocks.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 932279df3..4e74f0904 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -87,7 +87,7 @@ jobs:
         run: |
           ./x.py fetch-deps ${{ env.KVROCKS_DEPS_CACHE_DIR }}
           ./x.py fetch-deps ${{ env.KVROCKS_DEPS_CACHE_DIR }} -D 
ENABLE_LUAJIT=OFF
-      - uses: actions/setup-go@v6
+      - uses: actions/setup-go@v7
         with:
           go-version-file: 'tests/gocase/go.mod'
           cache: false
@@ -342,7 +342,7 @@ jobs:
         if: ${{ !matrix.arm_linux }}
         with:
           python-version: 3.x
-      - uses: actions/setup-go@v6
+      - uses: actions/setup-go@v7
         with:
           go-version-file: 'tests/gocase/go.mod'
           cache: false
@@ -653,7 +653,7 @@ jobs:
           path: ${{ env.KVROCKS_DEPS_CACHE_DIR }}
           key: kvrocks-full-deps-${{ hashFiles('x.py', 'CMakeLists.txt', 
'cmake/**/*.cmake') }}
           enableCrossOsArchive: true
-      - uses: actions/setup-go@v6
+      - uses: actions/setup-go@v7
         if: ${{ !startsWith(matrix.image, 'opensuse') }}
         with:
           go-version-file: 'tests/gocase/go.mod'

Reply via email to