Skip to content

Commit

Permalink
ci: fix golangci-lint
Browse files Browse the repository at this point in the history
For some reason the Action decided to break now, after being updated
a couple of weeks ago.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
  • Loading branch information
lmb committed Jul 2, 2024
1 parent ebc6410 commit ccd23ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
uses: golangci/golangci-lint-action@v6.0.1
with:
args: "--out-format colored-line-number"
skip-pkg-cache: true

- name: Generate and format code
run: |
Expand Down

0 comments on commit ccd23ac

Please sign in to comment.