build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#4684)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 23:32:06 +02:00 committed by GitHub
parent 38fac89315
commit 87db2a33c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,12 +44,9 @@ jobs:
# - 1.18rc1 -> 1.18.0-rc.1
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v5.1.0
with:
version: latest
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true
tests-on-windows:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors