File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 3
3
deps :
4
4
docker :
5
5
- image : circleci/golang:1.14
6
- environment :
7
- GOPATH : /home/circleci/.go_workspace
8
6
working_directory : /home/circleci/.go_workspace/src/github.com/loadimpact/k6
9
7
steps :
10
8
- checkout
35
33
command : |
36
34
export PATH="$GOPATH/bin:$PATH"
37
35
command -v golangci-lint && exit
38
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@$GOLANGCI_VERSION
36
+ go get github.com/golangci/golangci-lint/cmd/golangci-lint@$GOLANGCI_VERSION
39
37
- save_cache :
40
38
name : Save golangci-lint cache
41
39
key : golangci-lint-{{ arch }}-{{ checksum "/tmp/.golangci.version" }}-{{ .Environment.CACHE_VERSION }}
80
78
test-prev-golang :
81
79
docker :
82
80
- image : circleci/golang:1.13
83
- environment :
84
- GOPATH : /home/circleci/.go_workspace
85
81
working_directory : /home/circleci/.go_workspace/src/github.com/loadimpact/k6
86
82
steps :
87
83
- checkout
@@ -90,14 +86,11 @@ jobs:
90
86
command : |
91
87
go version
92
88
export GOMAXPROCS=2
93
- export PATH=$GOPATH/bin:$PATH
94
89
go test -p 2 -race -timeout 800s ./...
95
90
96
91
build-docker-images :
97
92
docker :
98
93
- image : circleci/golang:1.14
99
- environment :
100
- GOPATH : /home/circleci/.go_workspace
101
94
working_directory : /home/circleci/.go_workspace/src/github.com/loadimpact/k6
102
95
steps :
103
96
- checkout
You can’t perform that action at this time.
0 commit comments