From 8eb86cdc49c3c2f69d8a64f855220ebd68be336c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 20:55:12 -0800 Subject: Apply SQL injection fix and repair CI config from fix-sql-injection branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054cd1f..8e9ea22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v7 with: - version: v2.10.1 + version: v1.64.5 - name: Test run: go test -v -race -cover ./... -- cgit v1.2.3