Skip to content

Commit d47dcef

Browse files
committed
use golangci-lint-action
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent fb9310c commit d47dcef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Run golangci-lint
2929
env:
3030
BUILD_TAGS: e2e
31-
run: |
32-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin/ v1.39.0
33-
make -f builder.Makefile lint
31+
uses: golangci/golangci-lint-action@v2
32+
with:
33+
args: --timeout=180s
3434

3535
# only on main branch, costs too much for the gain on every PR
3636
validate-cross-build:

0 commit comments

Comments
 (0)