File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ pipeline:
3
3
- id : build
4
4
overlay : ci/golang
5
5
type : script
6
+ env :
7
+ GOFLAGS : " -mod=readonly"
6
8
cache :
7
9
paths :
8
10
- /go/pkg/mod # pkg cache for Go modules
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ require (
16
16
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
17
17
github.com/hashicorp/golang-lru v0.5.0 // indirect
18
18
github.com/imdario/mergo v0.3.6 // indirect
19
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
20
- github.com/modern-go/reflect2 v1.0.1 // indirect
21
19
github.com/onsi/ginkgo v1.8.0 // indirect
22
20
github.com/onsi/gomega v1.5.0 // indirect
23
21
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
You can’t perform that action at this time.
0 commit comments