Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix golangci-lint issues (attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanodesouza committed Apr 21, 2020
1 parent cc09c7a commit e8d8441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go:
git:
depth: 1
install:
- GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
script:
- golangci-lint run
- MEMCACHED_HOST="localhost:11211" REDIS_HOST="localhost:6379" go test -tags integration -v -race -coverprofile=coverage.txt -covermode=atomic ./...
Expand Down

0 comments on commit e8d8441

Please sign in to comment.