fix(ci): added missing `'` at go version
Gitea Action for testing api server / run-ci-server (push) Has been cancelled
Details
Gitea Action for testing api server / run-ci-server (push) Has been cancelled
Details
This commit is contained in:
parent
26670cf190
commit
befd56dad6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue