Update golangci-lint-action to v4
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -27,11 +28,10 @@ jobs:
|
|||||||
run: go mod download
|
run: go mod download
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v4
|
||||||
with:
|
with:
|
||||||
version: v1.52.2
|
version: v1.52.2
|
||||||
only-new-issues: true
|
only-new-issues: true
|
||||||
skip-go-installation: true
|
|
||||||
args: -c ./.golangci.yml --timeout 15m
|
args: -c ./.golangci.yml --timeout 15m
|
||||||
|
|
||||||
- name: Run go vet
|
- name: Run go vet
|
||||||
|
|||||||
Reference in New Issue
Block a user