From 542df35a2678e03c665af3d04c8579536016e02f Mon Sep 17 00:00:00 2001 From: kratisto Date: Sat, 24 Jan 2026 00:49:48 +0100 Subject: [PATCH] chore: update golang version --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 02d44ab..4adcc45 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -12,11 +12,11 @@ jobs: with: fetch-depth: 0 # all history for all branches and tags - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true - + cache: false - name: Building run: go build .