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

Commit e8d8441

Browse files
committed
Fix golangci-lint issues (attempt)
Related to: golangci/golangci-lint#827
1 parent cc09c7a commit e8d8441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go:
88
git:
99
depth: 1
1010
install:
11-
- GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
11+
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
1212
script:
1313
- golangci-lint run
1414
- MEMCACHED_HOST="localhost:11211" REDIS_HOST="localhost:6379" go test -tags integration -v -race -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)