aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-17 15:20:28 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-17 15:20:28 -0800
commit669690baaf21c015af77f888f5b5fb71f171de2e (patch)
treecf58836e41a40d760a02e51d5405e1519deb62a5
parent95ed6be5c6539d3b5c44fd8505f82cf0e45a7ebc (diff)
downloadneko-669690baaf21c015af77f888f5b5fb71f171de2e.tar.gz
neko-669690baaf21c015af77f888f5b5fb71f171de2e.tar.bz2
neko-669690baaf21c015af77f888f5b5fb71f171de2e.zip
CI: Update golangci-lint-action to v7 and golangci-lint to v2.10.1 to fix version compatibility error
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4dcc48a..ed82c88 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,9 +28,9 @@ jobs:
run: go vet ./...
- name: Lint
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
with:
- version: v2.9.0
+ version: v2.10.1
- name: Test
run: go test -v -race ./...