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