chore: fix build github action
parent
c5efb35988
commit
38221a304f
|
@ -33,7 +33,7 @@ jobs:
|
|||
go-version: "1.19"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- run: go build cmd/populatedb
|
||||
- run: go build ./cmd/populatedb
|
||||
golangci-lint:
|
||||
name: golangci-lint
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -2,7 +2,7 @@ before:
|
|||
hooks:
|
||||
- go mod tidy
|
||||
builds:
|
||||
- main: cmd/populatedb
|
||||
- main: ./cmd/populatedb
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
|
Loading…
Reference in New Issue