chore: fix build github action

main
sudo pacman -Syu 2022-11-06 18:13:55 +07:00
parent c5efb35988
commit 38221a304f
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@ before:
hooks:
- go mod tidy
builds:
- main: cmd/populatedb
- main: ./cmd/populatedb
goos:
- linux
- windows