This repository was archived by the owner on Nov 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- KUBE_VERSION =1.13.2
1
+ KUBE_VERSION =1.18.10
2
2
3
3
build :
4
4
go build -v ./...
@@ -26,17 +26,19 @@ _output/bin/protoc-gen-gofast:
26
26
https://github.com/gogo/protobuf \
27
27
github.com/gogo/protobuf \
28
28
github.com/gogo/protobuf/protoc-gen-gofast \
29
- tags/v0.5
29
+ tags/v1.3.1
30
30
31
31
_output/bin/gomvpkg :
32
32
GO111MODULE=off ./scripts/go-install.sh \
33
33
https://github.com/golang/tools \
34
34
golang.org/x/tools \
35
35
golang.org/x/tools/cmd/gomvpkg \
36
36
fbec762f837dc349b73d1eaa820552e2ad177942
37
+ # we updated this as well
37
38
38
39
_output/src/github.com/golang/protobuf :
39
- git clone https://github.com/golang/protobuf _output/src/github.com/golang/protobuf
40
+ git clone --branch v1.3.2 https://github.com/golang/protobuf _output/src/github.com/golang/protobuf
41
+ # use version in kubernetes go.mod
40
42
41
43
_output/bin/protoc :
42
44
./scripts/get-protoc.sh
@@ -46,6 +48,7 @@ _output/kubernetes:
46
48
curl -o _output/kubernetes.zip -L https://github.com/kubernetes/kubernetes/archive/v$(KUBE_VERSION ) .zip
47
49
bsdtar -x -f _output/kubernetes.zip -C _output > /dev/null
48
50
mv _output/kubernetes-$(KUBE_VERSION ) _output/kubernetes
51
+ # use version in kubernetes go.mod
49
52
50
53
.PHONY : clean
51
54
clean :
You can’t perform that action at this time.
0 commit comments