Update golangci-lint-action to v4

This commit is contained in:
Patrick Pacher 2024-03-27 15:17:38 +01:00
parent 6ae80e5b81
commit 9c226d9c54

View file

@ -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