From 770e263ed6ef220a81c6bf1df9cc4406fc24d0ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 06:56:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/golang-compile-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-compile-test.yml b/.github/workflows/golang-compile-test.yml index 40b6907..1b44a44 100644 --- a/.github/workflows/golang-compile-test.yml +++ b/.github/workflows/golang-compile-test.yml @@ -28,7 +28,7 @@ jobs: version: 1.0 - name: Setup Golang - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version: '1.25'