From 7bc4f82231b32113df8a30873a478eec464c3892 Mon Sep 17 00:00:00 2001 From: "self-hosted-renovatebot[bot]" <121058242+self-hosted-renovatebot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:49:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70b07e6..0f36e34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.24.x - name: Check out code