From 2359ee19e0673b90c55e36f03225c68db14ab79b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 13 Jan 2026 09:14:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.2.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 7afb88d..506031d 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.1.0 + uses: actions/setup-go@v6.2.0 with: go-version: "1.25"