From 04fc05c399aa83ddf3b86c2d08de1b62f389f6c2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 14 Aug 2026 20:49:59 +0000 Subject: [PATCH] chore(all): update actions/setup-go action to v7 --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 2ea0354..f9f275b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: 1.26.4