From 4faeb6f0db88c903d1a7dc1864a4cda2a1e4010c Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Tue, 14 Oct 2025 16:35:44 +0200 Subject: [PATCH] fixup! fixup! Add CI --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cf632c1..a63d1e5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,5 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/setup-go@v6 + with: + go-version: '1.25' - run: go test -