From fde7de8b47f28d0b6ac1c234c27bab31759beaa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 30 Mar 2026 03:01:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.4.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 aeb5eba..93556a2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # no-fail: true - name: Setup Go - uses: actions/setup-go@v6.3.0 + uses: actions/setup-go@v6.4.0 with: go-version: "1.26"