1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-01-26 01:41:35 +03:00

Bump golangci-lint to v.2.4.0 from v2.2.1

This commit is contained in:
kyu08
2025-09-21 22:06:24 +09:00
committed by Stefan Haller
parent 7544de03c0
commit 47b1ededf3
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ jobs:
uses: golangci/golangci-lint-action@v8
with:
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
version: v2.2.1
version: v2.4.0
- name: errors
run: golangci-lint run
if: ${{ failure() }}