update golang lint ci
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
This commit is contained in:
parent
5d812d95fb
commit
53e2f69dba
|
|
@ -11,7 +11,7 @@ on:
|
|||
env:
|
||||
# Common versions
|
||||
GO_VERSION: '1.19'
|
||||
GOLANGCI_VERSION: 'v1.42'
|
||||
GOLANGCI_VERSION: 'v1.52'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: |
|
||||
make generate
|
||||
- name: Lint golang code
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: ${{ env.GOLANGCI_VERSION }}
|
||||
args: --verbose
|
||||
|
|
|
|||
Loading…
Reference in New Issue