Skip to content

Commit 46f1127

Browse files
authored
chore: Change golangci-lint output format due to deprecation (#3279)
1 parent ba86215 commit 46f1127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for dir in $MOD_DIRS; do
3333
cd "$dir"
3434
# github actions output when running in an action
3535
if [ -n "$GITHUB_ACTIONS" ]; then
36-
"$BIN"/golangci-lint run --path-prefix "$dir" --out-format github-actions
36+
"$BIN"/golangci-lint run --path-prefix "$dir" --out-format colored-line-number
3737
else
3838
"$BIN"/golangci-lint run --path-prefix "$dir"
3939
fi

0 commit comments

Comments
 (0)