Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix build-tags in .goreleaser.yml #1250

Merged
merged 1 commit into from
Jun 9, 2021
Merged

chore: fix build-tags in .goreleaser.yml #1250

merged 1 commit into from
Jun 9, 2021

Conversation

kotakanbe
Copy link
Member

@kotakanbe kotakanbe commented Jun 9, 2021

To fix the error

   ⨯ build failed after 115.56s error=failed to build for linux_386: # github.com/kotakanbe/goval-dictionary/db/rdb
../../../../pkg/mod/github.com/kotakanbe/goval-dictionary@v0.3.6-0.20210429000733-6db1754b1d87/db/rdb/rdb.go:113:16: undefined: sqlite3.Error
../../../../pkg/mod/github.com/kotakanbe/goval-dictionary@v0.3.6-0.20210429000733-6db1754b1d87/db/rdb/rdb.go:114:9: undefined: sqlite3.ErrLocked
../../../../pkg/mod/github.com/kotakanbe/goval-dictionary@v0.3.6-0.20210429000733-6db1754b1d87/db/rdb/rdb.go:114:28: undefined: sqlite3.ErrBusy
# github.com/kotakanbe/go-cve-dictionary/db
../../../../pkg/mod/github.com/kotakanbe/go-cve-dictionary@v0.5.12/db/rdb.go:66:16: undefined: sqlite3.Error
../../../../pkg/mod/github.com/kotakanbe/go-cve-dictionary@v0.5.12/db/rdb.go:67:9: undefined: sqlite3.ErrLocked
../../../../pkg/mod/github.com/kotakanbe/go-cve-dictionary@v0.5.12/db/rdb.go:67:28: undefined: sqlite3.ErrBusy
# github.com/takuzoo3868/go-msfdb/db
../../../../pkg/mod/github.com/takuzoo3868/go-msfdb@v0.1.5/db/rdb.go:46:16: undefined: sqlite3.Error
../../../../pkg/mod/github.com/takuzoo3868/go-msfdb@v0.1.5/db/rdb.go:47:9: undefined: sqlite3.ErrLocked
../../../../pkg/mod/github.com/takuzoo3868/go-msfdb@v0.1.5/db/rdb.go:47:28: undefined: sqlite3.ErrBusy
# github.com/knqyf263/gost/db
../../../../pkg/mod/github.com/knqyf263/gost@v0.1.10/db/rdb.go:43:16: undefined: sqlite3.Error
../../../../pkg/mod/github.com/knqyf263/gost@v0.1.10/db/rdb.go:44:9: undefined: sqlite3.ErrLocked
../../../../pkg/mod/github.com/knqyf263/gost@v0.1.10/db/rdb.go:44:28: undefined: sqlite3.ErrBusy
# github.com/vulsio/go-exploitdb/db
../../../../pkg/mod/github.com/vulsio/go-exploitdb@v0.1.7/db/rdb.go:45:16: undefined: sqlite3.Error
../../../../pkg/mod/github.com/vulsio/go-exploitdb@v0.1.7/db/rdb.go:46:9: undefined: sqlite3.ErrLocked
../../../../pkg/mod/github.com/vulsio/go-exploitdb@v0.1.7/db/rdb.go:46:28: undefined: sqlite3.ErrBusy

@kotakanbe kotakanbe merged commit 4e535d7 into master Jun 9, 2021
@kotakanbe kotakanbe deleted the goreleaser branch June 22, 2021 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant