mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
docs: update readme
This commit is contained in:
parent
3adb6d0473
commit
7c0f80cbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
go-version: ${{ matrix.go }}
|
||||
cache: false
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
uses: golangci/golangci-lint-action@v5
|
||||
with:
|
||||
# Require: The version of golangci-lint to use.
|
||||
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
|
||||
|
|
|
|||
Loading…
Reference in a new issue