Skip to content

Commit

Permalink
Upgrade to latest golangci-lint-action
Browse files Browse the repository at this point in the history
See warnings like: level=warning msg="[config_reader] The output format `github-actions` is deprecated, please use `colored-line-number`"
  • Loading branch information
sahilm committed Jun 26, 2024
1 parent 5ac7466 commit b707b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.59.1
Expand Down

0 comments on commit b707b13

Please sign in to comment.