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

PragmaTwice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 7dbec8481 chore(ci): bump setup-go action from v6 to v7 (#3590)
7dbec8481 is described below

commit 7dbec8481d6749579830f688e5af5e9ed93eff6d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Aug 12 17:39:11 2026 +0300

    chore(ci): bump setup-go action from v6 to v7 (#3590)
    
    Upgrade setup-go action from v6 to v7 (see:
    https://github.com/actions/setup-go/releases/tag/v7.0.0)
---
 .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