feat: ci golang support

This commit is contained in:
xkeyC 2024-11-29 18:03:24 +08:00 committed by GitHub
parent 8249d577be
commit 61ee05f5b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,11 @@ jobs:
with:
version: "18"
- name: Set up Golang
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Flutter pub get
run: flutter pub get
- name: Flutter build runner