diff options
| author | Claude <noreply@anthropic.com> | 2026-02-17 15:53:51 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-17 15:53:51 +0000 |
| commit | 7f0b9ae0f53f26304d26a8d45191f268821425c8 (patch) | |
| tree | 3abc994bd8ac3699449cf37ca25ce34610657588 /.github | |
| parent | f67606f2955395e4295c1b7e6285173b93410dbf (diff) | |
| download | neko-7f0b9ae0f53f26304d26a8d45191f268821425c8.tar.gz neko-7f0b9ae0f53f26304d26a8d45191f268821425c8.tar.bz2 neko-7f0b9ae0f53f26304d26a8d45191f268821425c8.zip | |
ci: upgrade golangci-lint-action v4 -> v6
golangci-lint-action@v4 passes --out-format=github-actions which is an
unknown flag in golangci-lint v2.x. @v6 was released to support v2.x
and matches the v2.9.0 binary version already specified.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa754be..4dcc48a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: go vet ./... - name: Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: version: v2.9.0 |
