mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
upgrade golangci/golangci-lint-action to v3.7.0
This commit is contained in:
parent
51ecf4089b
commit
a65d3119c0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.20.x
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3.1.0
|
||||
uses: golangci/golangci-lint-action@v3.7.0
|
||||
with:
|
||||
version: latest
|
||||
- name: errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue