From ba3bc3656e9e24b6ec492962b310d40ad58ec22c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Nov 2025 21:03:31 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/setup-go action to v6 --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index f13cf95..7bd3568 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 - name: Use Go - uses: https://github.com/actions/setup-go@v5 + uses: https://github.com/actions/setup-go@v6 with: go-version: '1.24' - run: go version \ No newline at end of file -- 2.52.0