Skip to content

Commit

Permalink
Update golangci lint to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvob committed Jul 1, 2020
1 parent 4b0dbf2 commit 80b1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install Tools
run: |
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
- name: Generate
run: |
Expand Down

0 comments on commit 80b1d8e

Please sign in to comment.