update github action workflows

This commit is contained in:
xgfone
2021-09-05 21:10:10 +08:00
parent 9dd65eb86c
commit 91c1b00781

View File

@ -2,6 +2,7 @@ name: Go
on: push
env:
GO111MODULE: on
GOPATH: .
jobs:
build:
runs-on: ubuntu-18.04