Replace sqlite module with a non-cgo version. Removed usql from dev

This commit is contained in:
Jamie Curnow
2023-04-11 21:26:09 +10:00
parent a5166435ff
commit 00aaa024a6
10 changed files with 74 additions and 29 deletions

View File

@ -18,7 +18,7 @@ ARG SENTRY_DSN
ENV BUILD_COMMIT="${BUILD_COMMIT:-dev}" \
BUILD_VERSION="${BUILD_VERSION:-0.0.0}" \
CGO_ENABLED=1 \
CGO_ENABLED=0 \
GO111MODULE=on \
GOPRIVATE="${GOPRIVATE:-}" \
GOPROXY="${GOPROXY:-}" \