language: go go: - master - "1.11.x" env: GO111MODULE=on install: - go mod download script: - go build ./cmd/gomodproxy - go test -race -v ./...