File tree 4 files changed +7
-57
lines changed
4 files changed +7
-57
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.cache/go-build
8
8
9
9
go :
10
- - 1.11.2
10
+ - 1.11.x
11
11
12
12
env :
13
13
global :
Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ format:
31
31
$(Q ) go fmt $(PKGS )
32
32
33
33
dep :
34
+ $(Q ) touch ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/go.mod # Workaround for https://github.com/golang/go/issues/30934
34
35
ifeq ($(BUILD_VERBOSE ) ,1)
35
36
GO111MODULE=on go mod vendor -v
36
37
else
37
38
$(Q)GO111MODULE=on go mod vendor
38
39
endif
39
40
40
41
dep-update :
41
- $(Q ) go get -u -v
42
+ $(Q ) touch ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/go.mod # Workaround for https://github.com/golang/go/issues/30934
43
+ $(Q ) GO111MODULE=on go get -u -v
42
44
43
45
clean :
44
46
$(Q ) rm -rf build
Original file line number Diff line number Diff line change @@ -97,3 +97,6 @@ replace (
97
97
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190202012332-e37a94925e5c
98
98
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
99
99
)
100
+
101
+ // Workaround for https://github.com/golang/go/issues/30934
102
+ replace bitbucket.org/ww/goautoneg => ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
You can’t perform that action at this time.
0 commit comments