chore: correct go build in github action
parent
36de227c89
commit
f173917f48
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "~1.16"
|
||||
- run: go build
|
||||
- run: go build ./cmd/dot
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue