mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 15:38:28 +00:00
docs(version): change to v2 in multiple OS support example
This commit is contained in:
parent
9381bb2c2c
commit
0536f65c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
go-version: ${{ matrix.go }}
|
||||
cache: false
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
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