bumped go github action version to 1.27, updated modernc.org/sqlite and enabled _defensive=1

This commit is contained in:
Gani Georgiev
2026-08-19 21:25:29 +03:00
parent 252358e036
commit 50a7700450
7 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: '>=1.27.0-rc.3'
go-version: '>=1.27.0'
# This step usually is not needed because the /ui/dist is pregenerated locally
# but its here to ensure that each release embeds the latest admin ui artifacts.