Skip to content

Commit

Permalink
trivial: bump golanci version to 1.21 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapapetrou76 committed Oct 30, 2019
1 parent ddafa35 commit ad77c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Expand Up @@ -11,6 +11,7 @@ linters:
- gochecknoinits
- scopelint
- funlen
- wsl

linters-settings:
errcheck:
Expand Down
4 changes: 2 additions & 2 deletions build/Makefile.deps
Expand Up @@ -7,6 +7,6 @@ ifndef SKIP_DEPCHECK
@ $(GOBIN)/gobin github.com/elastic/go-licenser@v0.3.0
@ $(GOBIN)/gobin github.com/go-bindata/go-bindata/go-bindata@v0.0.0-20190711162640-ee3c2418e368
@ $(GOBIN)/gobin golang.org/x/lint/golint
@ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOBIN) v1.19.0
@ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOBIN) v1.21.0
@ echo "-> Done."
endif
endif

0 comments on commit ad77c57

Please sign in to comment.