Skip to content

Commit 0807185

Browse files
authored
ci: Update args of golangci-lint in ci.yml (alibaba#535)
Signed-off-by: Jiangnan Jia <[email protected]>
1 parent e2f2f73 commit 0807185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
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)