Skip to content

Commit c33f1bd

Browse files
fix(lint-go): update golangci-lint command to use local binary for consistency in linting execution
1 parent c7355b9 commit c33f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
# Run golangci-lint to fix any issues automatically where applicable
1212
echo "Running golangci-lint to apply automatic fixes..."
13-
golangci-lint run --fix
13+
./bin/golangci-lint run --fix
1414

1515
# Now run staticcheck to analyze the code
1616
echo "Running staticcheck..."

0 commit comments

Comments
 (0)