Skip to content

Commit

Permalink
ci: Update args of golangci-lint in ci.yml (#535)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiangnan Jia <[email protected]>
  • Loading branch information
jnan806 authored Jun 26, 2023
1 parent e2f2f73 commit 0807185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: "--out-${NO_FUTURE}format colored-line-number"
args: "--out-format colored-line-number"

build:
name: Build and test - Go ${{ matrix.go_version }}
Expand Down

0 comments on commit 0807185

Please sign in to comment.