更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Failing after 15s

This commit is contained in:
Jeffrey Hsu 2024-10-31 17:52:33 +08:00
parent f903769b2d
commit b409ce0232

View File

@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.18
steps:
- name: Checkout code