chore: build generally with go tip

main
Tran Hau 2021-01-07 11:35:52 +07:00
parent bf4f0cea4a
commit ec47122d1a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- run: go get golang.org/dl/gotip
- run: gotip download
- run: gotip version
- run: gotip build main.go
- run: gotip build
lint:
name: Lint
runs-on: ubuntu-latest