From a4635a445be07fabbc74c15c94f1dcbf05282c8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Oct 2025 14:07:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 60b4c8b..489fa68 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - linux_amd64 steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version-file: go.mod - run: make test