fix: Revert "fix: use .dotlk build tag for github.com/ncruces/go-sqlite3 to expand platform compatibility"

This reverts commit 3d4cc3806c.
This commit is contained in:
Gareth
2026-01-16 00:25:26 -08:00
parent b0af795e73
commit 85b52f02b9
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ jobs:
gzip -c /dev/null > webui/dist/index.html.gz
- name: Build
run: go build -tags=sqlite3_dotlk ./...
run: go build ./...
- name: Test
run: PATH=$(pwd):$PATH gotestsum ./... -- --race -tags=sqlite3_dotlk
run: PATH=$(pwd):$PATH gotestsum ./... -- --race
test-win:
runs-on: windows-latest