Skip to content

Commit

Permalink
Merge pull request #126 from BBVA/dependabot/github_actions/golangci/…
Browse files Browse the repository at this point in the history
…golangci-lint-action-v2.2.0

chore(deps): bump golangci/golangci-lint-action from v1 to v2.2.0
  • Loading branch information
panchoh authored Oct 2, 2020
2 parents 630006f + aa86efd commit 0dc0b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@v2

- name: Lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2.2.0
with:
version: v1.27
version: v1.31

- name: Build
run: |
Expand Down

0 comments on commit 0dc0b74

Please sign in to comment.