Skip to content

Commit

Permalink
lint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Jagodzinski committed Jun 30, 2020
1 parent 7c273e7 commit 8d6e502
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deb-source"
],
"BuildConstraints": "linux,!arm darwin",
"PackageVersion": "1.5.2",
"PackageVersion": "1.5.3",
"TaskSettings": {
"bintray": {
"downloadspage": "bintray.md",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
sudo: false

go:
- 1.x
- 1.13
before_install:
- gem install fpm
- go get github.com/mattn/goveralls
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ $(TEST_TARGETS):

check-deps: deps
@which golangci-lint > /dev/null || \
(go get -u github.com/golangci/golangci-lint/cmd/golangci-lint)
(GO111MODULE=on go get -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.25.0)

check: check-deps $(SOURCES)
check: check-deps $(SOURCES) test
golangci-lint run --config=golangcilinter.yaml ./...

format:
Expand Down

0 comments on commit 8d6e502

Please sign in to comment.