mirror of
https://github.com/safing/portmaster
synced 2025-04-17 17:39:10 +00:00
Update golangci-lint-action to v4
This commit is contained in:
parent
6ae80e5b81
commit
9c226d9c54
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
@ -27,11 +28,10 @@ jobs:
|
|||
run: go mod download
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.52.2
|
||||
only-new-issues: true
|
||||
skip-go-installation: true
|
||||
args: -c ./.golangci.yml --timeout 15m
|
||||
|
||||
- name: Run go vet
|
||||
|
|
Loading…
Add table
Reference in a new issue