Skip to content

Commit

Permalink
Merge pull request #18 from utkarsh-pro/utkarsh-pro/ci/fix-golangci-lint
Browse files Browse the repository at this point in the history
Change golangci-lint version to v1.32
  • Loading branch information
leecalcote authored Nov 22, 2020
2 parents 90d37e5 + ce00ff7 commit ef53451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: golangci/golangci-lint-action@v1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
version: v1.32

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit ef53451

Please sign in to comment.