chore: remove gotip build as time consuming

main
Tran Hau 2021-03-18 10:14:19 +00:00
parent 84e5921abd
commit b508b6579b
1 changed files with 2 additions and 4 deletions

View File

@ -21,10 +21,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
- run: go get golang.org/dl/gotip
- run: gotip download
- run: gotip version
- run: gotip build
- run: go version
- run: go build
lint:
name: Lint
runs-on: ubuntu-latest