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