Skip to content

Commit

Permalink
update golangci-lint (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilgdn committed Apr 16, 2022
1 parent 6444e7b commit f6cd810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.1

- name: Setup Go
uses: actions/setup-go@v2
Expand All @@ -20,6 +20,6 @@ jobs:
- run: go mod vendor

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.40

0 comments on commit f6cd810

Please sign in to comment.