From e6b1ea6657122fa5676913ebc04e89d5c7d728ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Dec 2025 06:54:27 +0000 Subject: [PATCH] Update actions/setup-go action to v5.6.0 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd7eb91..962fd15 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: https://git.quad4.io/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 + uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version: '1.25.4' cache: true