diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 11:08:26 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 11:08:26 -0800 |
| commit | d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7 (patch) | |
| tree | d54cd7857694f1074a517a72fff944154ca270ed /.github/workflows | |
| parent | 23258137e08a2e129ca25a8f7b0c9b286518eebd (diff) | |
| download | neko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.tar.gz neko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.tar.bz2 neko-d602f03cd3ef0f5ed6b3591faf520ecd3e1b9fb7.zip | |
Update golangci-lint version in CI to v2.9.0
Diffstat (limited to '.github/workflows')
| -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 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 ./... |
