Apply Gitea workflow
Some checks failed
build

This commit is contained in:
alyx 2022-12-24 14:00:06 -06:00
parent 191d73aa56
commit 4064e77208

View File

@ -11,7 +11,9 @@ jobs:
with:
node-version: '12'
- name: Add Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18'
- name: "build"
run: go run main.go
- name: "publish"