Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
go-sqlite3
dependency to fix build errors on MacOS (#128)
Trying to build on Mac, I get these errors: ``` + go build -ldflags '-extldflags "-static" -X main.commit= -X main.version=latest' -o release/linux/amd64/drone-autoscaler github.com/drone/autoscaler/cmd/drone-autoscaler # github.com/mattn/go-sqlite3 ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:18:10: undefined: SQLiteConn ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:26:10: undefined: SQLiteConn ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:27:17: undefined: namedValue ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:29:13: undefined: namedValue ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:35:10: undefined: SQLiteConn ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:36:17: undefined: namedValue ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:44:10: undefined: SQLiteConn ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:49:10: undefined: SQLiteConn ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:54:10: undefined: SQLiteStmt ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:63:10: undefined: SQLiteStmt ../../go/pkg/mod/github.com/mattn/[email protected]/sqlite3_go18.go:36:17: too many errors ``` This go.mod update fixes it
- Loading branch information