From 048018f98fd70e23a2252875094f94fd1f543326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:30:14 +0000 Subject: [PATCH] Update actions/setup-go action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b883b61..a96424b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: make generate-proto - name: "🔧 Setup Go" - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod cache-dependency-path: go.sum @@ -91,7 +91,7 @@ jobs: run: make generate-proto - name: "🔧 Setup Go (with Cache)" - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version-file: go.mod