Skip to content

Commit 87db2a3

Browse files
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#4684)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 38fac89 commit 87db2a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ jobs:
4444
# - 1.18rc1 -> 1.18.0-rc.1
4545
go-version: ${{ env.GO_VERSION }}
4646
- name: lint
47-
uses: golangci/golangci-lint-action@v4.0.0
47+
uses: golangci/golangci-lint-action@v5.1.0
4848
with:
4949
version: latest
50-
# skip cache because of flaky behaviors
51-
skip-build-cache: true
52-
skip-pkg-cache: true
5350

5451
tests-on-windows:
5552
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)