aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-18 07:58:11 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-18 07:58:11 -0800
commit5376acd4316b8007efe6ad4a9d82106dc72c6405 (patch)
treeebc3b93eed5589161bbb5d4e26983bd2ca03d838 /.github/workflows/ci.yml
parent38d6faf2e964fbe9a784832c14b0275dcc5bdd30 (diff)
downloadneko-5376acd4316b8007efe6ad4a9d82106dc72c6405.tar.gz
neko-5376acd4316b8007efe6ad4a9d82106dc72c6405.tar.bz2
neko-5376acd4316b8007efe6ad4a9d82106dc72c6405.zip
update linter version (again?!)
Diffstat (limited to '.github/workflows/ci.yml')
-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 8e9ea22..054cd1f 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: v1.64.5
+ version: v2.10.1
- name: Test
run: go test -v -race -cover ./...