From d6357adeedabb612ad423314a0bee3f3dfc563fb Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sat, 28 Feb 2026 00:24:48 +0100 Subject: [PATCH] CI: Setup golang --- .gitea/workflows/word-count.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/word-count.yml b/.gitea/workflows/word-count.yml index 1b5c6e8..f037306 100644 --- a/.gitea/workflows/word-count.yml +++ b/.gitea/workflows/word-count.yml @@ -13,6 +13,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: '1.22' + - name: Run Gemini Review env: GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}