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:
parent
38fac89315
commit
87db2a33c6
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
@ -44,12 +44,9 @@ jobs:
|
|||||||
# - 1.18rc1 -> 1.18.0-rc.1
|
# - 1.18rc1 -> 1.18.0-rc.1
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
- name: lint
|
- name: lint
|
||||||
uses: golangci/golangci-lint-action@v4.0.0
|
uses: golangci/golangci-lint-action@v5.1.0
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
# skip cache because of flaky behaviors
|
|
||||||
skip-build-cache: true
|
|
||||||
skip-pkg-cache: true
|
|
||||||
|
|
||||||
tests-on-windows:
|
tests-on-windows:
|
||||||
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user