Skip to content

Commit a5ae230

Browse files
committed
update args of golangci-lint in ci.yml
Signed-off-by: Jiangnan Jia <[email protected]>
1 parent 16f4cdc commit a5ae230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: golangci/golangci-lint-action@v3
2727
with:
2828
version: latest
29-
args: "--out-${NO_FUTURE}format colored-line-number"
29+
args: "--out-format colored-line-number"
3030

3131
build:
3232
name: Build and test - Go ${{ matrix.go_version }}

0 commit comments

Comments
 (0)