Skip to content

Commit

Permalink
chore: adding verbosity to golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jun 16, 2021
1 parent 38850fe commit f2b8582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: 'latest'
args: --verbose

vet-check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fi

if ! command -v golangci-lint &> /dev/null
then
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.0
fi

export PATH=$PATH:$(go env GOPATH)/bin

0 comments on commit f2b8582

Please sign in to comment.