From 8f38a33acb35c7aca468d3331eadff900543cea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 26 Feb 2026 03:02:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.3.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 6e66e42..aeb5eba 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.2.0 + uses: actions/setup-go@v6.3.0 with: go-version: "1.26" -- 2.49.1