92f1ba5 ^
beda2eb ^
7ed96c7 ^
6207e74 ^
86b7c42 ^
6a712db ^
271ba7c ^
038b2f8 ^
a8464ae ^
c5daf91 ^
c2af133 ^
1 2 3
4 5
6
7
8
9
10
11
12
13
14 15
16
17
18
19
language: go go: - 1.11.x - 1.12.x - 1.13.x - 1.14.x os: - linux dist: bionic env: - GO111MODULE=on script: - go test -v -race --coverprofile=c.out ./... - make