Skip to content

Commit 02f78d2

Browse files
authored
Merge pull request docker#9183 from ndeloof/golangci-lint-action
use golangci-lint-action
2 parents fb9310c + d47dcef commit 02f78d2

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)