From ada701809b22f94dea16fe926244397b52732264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Wed, 29 Oct 2025 20:17:26 -0400 Subject: [PATCH] test --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3afb5de6..a39f2e6f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,9 +18,9 @@ jobs: - uses: https://github.com/actions/setup-node@v4 with: node-version: 'latest' - # - uses: https://github.com/actions/setup-go@v4 - # with: - # go-version: '^1.20' + - uses: https://github.com/actions/setup-go@v4 + with: + go-version: '^1.20' # - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 # id: get-hash # with: