1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

Update .golangci.yml to use version 2

The config file was migrated using `golangci-lint migrate`, and then edited by
hand to disable a few checks that we don't want.
This commit is contained in:
Stefan Haller
2025-06-22 11:14:45 +02:00
parent 92093ce56a
commit c4de94cff0
2 changed files with 91 additions and 31 deletions

View File

@ -169,9 +169,9 @@ jobs:
with:
go-version: 1.24.x
- name: Lint
uses: golangci/golangci-lint-action@v6.5.0
uses: golangci/golangci-lint-action@v8
with:
version: v1.64.6
version: v2.2.1
- name: errors
run: golangci-lint run
if: ${{ failure() }}