Skip to content

Commit

Permalink
.github/workflows/ci.yaml: downgrade golangci-lint to v1.31.0
Browse files Browse the repository at this point in the history
As v1.32.1 doesn't seem to have 'make' command anymore.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Oct 31, 2020
1 parent dc22ed9 commit ff301b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: golangci/golangci-lint:v1.32.1
container: golangci/golangci-lint:v1.31.0
timeout-minutes: 10
steps:

Expand Down
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ linters:
- dogsled
- dupl
- errcheck
- errorlint
#- errorlint
- exhaustive
- exhaustivestruct
#- exhaustivestruct
- exportloopref
- funlen
- gochecknoinits
Expand Down Expand Up @@ -55,13 +55,13 @@ linters:
- structcheck
- stylecheck
- testpackage
- tparallel
#- tparallel
- typecheck
- unconvert
- unparam
- varcheck
- whitespace
- wrapcheck
#- wrapcheck
- wsl
disable:
- gci
Expand Down

0 comments on commit ff301b0

Please sign in to comment.