fix(ci): added missing `'` at go version
Gitea Action for testing api server / run-ci-server (push) Has been cancelled Details

This commit is contained in:
Sven Vogel 2024-10-16 16:11:55 +02:00
parent 26670cf190
commit befd56dad6
1 changed files with 1 additions and 1 deletions

View File

@ -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