aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 11:08:26 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 11:08:26 -0800
commitd602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7 (patch)
treed54cd7857694f1074a517a72fff944154ca270ed
parent23258137e08a2e129ca25a8f7b0c9b286518eebd (diff)
downloadneko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.tar.gz
neko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.tar.bz2
neko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.zip
Update golangci-lint version in CI to v2.9.0
-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 f0763c2..e3224ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
- version: v1.63
+ version: v2.9.0
- name: Test
run: go test -v -race ./...