blob: 1bf578d4acb8ca8f9db9a98211c40b5271ed2df7 [file] [log] [blame]
Joey Armstrong5f51f2e2023-01-17 17:06:26 -05001dist: xenial
2language: go
3
4services:
5 - redis-server
6
7go:
8 - 1.14.x
9 - 1.15.x
10 - tip
11
12matrix:
13 allow_failures:
14 - go: tip
15
16go_import_path: github.com/go-redis/redis
17
18before_install:
19 - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s --
20 -b $(go env GOPATH)/bin v1.31.0