mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Bump golangci-lint to 2.12.2
This commit is contained in:
parent
486d8536f2
commit
37c53ac1bf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -195,7 +195,7 @@ jobs:
|
||||||
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
|
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
|
||||||
with:
|
with:
|
||||||
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
|
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
|
||||||
version: v2.4.0
|
version: v2.12.2
|
||||||
upload-coverage:
|
upload-coverage:
|
||||||
# List all jobs that produce coverage files
|
# List all jobs that produce coverage files
|
||||||
needs: [unit-tests, integration-tests]
|
needs: [unit-tests, integration-tests]
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Must be kept in sync with the version in .github/workflows/ci.yml
|
# Must be kept in sync with the version in .github/workflows/ci.yml
|
||||||
version="v2.4.0"
|
version="v2.12.2"
|
||||||
|
|
||||||
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"
|
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue