aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-17 20:55:12 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-17 20:55:12 -0800
commit8eb86cdc49c3c2f69d8a64f855220ebd68be336c (patch)
treeb2a3a82f3d31cb78221ef12a9d75f9b094dbc580 /.github/workflows
parentb0358b6777450ccd4e9fe704d76aeffe7b5a5d6e (diff)
downloadneko-8eb86cdc49c3c2f69d8a64f855220ebd68be336c.tar.gz
neko-8eb86cdc49c3c2f69d8a64f855220ebd68be336c.tar.bz2
neko-8eb86cdc49c3c2f69d8a64f855220ebd68be336c.zip
Apply SQL injection fix and repair CI config from fix-sql-injection branch
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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 ./...