1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-27 12:32:37 +02:00

upgrade golangci/golangci-lint-action to v3.7.0

This commit is contained in:
kyu08 2023-08-21 18:11:33 +09:00
parent 51ecf4089b
commit a65d3119c0

View File

@ -153,7 +153,7 @@ jobs:
with: with:
go-version: 1.20.x go-version: 1.20.x
- name: Lint - name: Lint
uses: golangci/golangci-lint-action@v3.1.0 uses: golangci/golangci-lint-action@v3.7.0
with: with:
version: latest version: latest
- name: errors - name: errors