-
- Downloads
Switch to arch linux for CI
Race detector doesn't work on alpine. See https://github.com/golang/go/issues/14481
Showing
- .circleci/config.yml 21 additions, 17 deletions.circleci/config.yml
- ci/bench.sh 18 additions, 5 deletionsci/bench.sh
- ci/image/Dockerfile 9 additions, 12 deletionsci/image/Dockerfile
- ci/lint.sh 1 addition, 1 deletionci/lint.sh
- ci/test.sh 9 additions, 5 deletionsci/test.sh
- docs/CONTRIBUTING.md 4 additions, 6 deletionsdocs/CONTRIBUTING.md
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- tools.go 1 addition, 0 deletionstools.go
... | ... | @@ -5,6 +5,7 @@ go 1.12 |
require ( | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16 | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 | ||
... | ... |
... | ... | @@ -2,6 +2,8 @@ github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg |
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= | ||
github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ= | ||
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= | ||
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 h1:rBMNdlhTLzJjJSDIjNEXX1Pz3Hmwmz91v+zycvx9PJc= | ||
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= | ||
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= | ||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= | ||
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= | ||
... | ... |
Please register or sign in to comment