Skip to content

Commit

Permalink
bump golangci-lint to 1.38
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Mar 15, 2021
1 parent fe73998 commit a0dc24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2.5.1
with:
version: v1.27
version: v1.38
- name: Run tests and attempt building
run: |
export PATH=$(go env GOPATH)/bin:$PATH
Expand Down

0 comments on commit a0dc24e

Please sign in to comment.