From f6d80a3c0e07267696d77f7a5a41ee39f66e90ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:01:23 +0000 Subject: [PATCH] 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 c7cc8ac..120c95d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: - name: Clone Repository uses: actions/checkout@master - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.24' - run: make test