From befd56dad62fea6b96b7c6b1a5ee34fd92509499 Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 16 Oct 2024 16:11:55 +0200 Subject: [PATCH] fix(ci): added missing `'` at go version --- .gitea/workflows/ci-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-server.yml b/.gitea/workflows/ci-server.yml index 8330e16..3b906f5 100644 --- a/.gitea/workflows/ci-server.yml +++ b/.gitea/workflows/ci-server.yml @@ -11,6 +11,6 @@ jobs: - name: Setup go uses: https://github.com/actions/setup-go@v4 with: - go-version: '>=1.20.1 + go-version: '>=1.20.1' - name: Run API server CI run: bash -c ./server/run-ci.sh