Skip to content

Commit

Permalink
chore(ci): handle deprecation of Go linter format
Browse files Browse the repository at this point in the history
Deals with error that I had noticed a couple of times in CI:

```
level=warning msg="[config_reader] The output format `github-actions` is deprecated, please use `colored-line-number`"
```

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco committed Dec 5, 2024
1 parent 0b548db commit 97394cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: git config --global --add safe.directory '*'
- name: Run linter
env:
GO_LINT_ERROR_FORMAT: github-actions
GO_LINT_ERROR_FORMAT: colored-line-number
run: make lint-go

lint-charts:
Expand Down

0 comments on commit 97394cc

Please sign in to comment.