File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ dependencies:
45
45
46
46
# Golang
47
47
- name : " golang"
48
- version : 1.15rc2
48
+ version : 1.15.0
49
49
refPaths :
50
50
- path : images/build/cross/variants.yaml
51
- match : \d+.\d+(alpha|beta|rc)\d+
51
+ match : \d+.\d+(alpha|beta|rc)?\.? \d+
52
52
53
53
- name : " k8s.gcr.io/kube-cross"
54
- version : v1.15.0-rc.2- 1
54
+ version : v1.15.0-1
55
55
refPaths :
56
56
- path : images/build/cross/variants.yaml
57
57
match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-\d+
Original file line number Diff line number Diff line change 1
1
variants :
2
2
canary :
3
3
CONFIG : ' canary'
4
- GO_VERSION : ' 1.15rc2 '
5
- KUBE_CROSS_VERSION : ' v1.15.0-rc.2- canary-1'
4
+ GO_VERSION : ' 1.15.0 '
5
+ KUBE_CROSS_VERSION : ' v1.15.0-canary-1'
6
6
PROTOBUF_VERSION : ' 3.0.2'
7
7
ETCD_VERSION : ' v3.4.9'
8
8
go1.15 :
9
9
CONFIG : ' go1.15'
10
- GO_VERSION : ' 1.15rc2 '
11
- KUBE_CROSS_VERSION : ' v1.15.0-rc.2- 1'
10
+ GO_VERSION : ' 1.15.0 '
11
+ KUBE_CROSS_VERSION : ' v1.15.0-1'
12
12
PROTOBUF_VERSION : ' 3.0.2'
13
13
ETCD_VERSION : ' v3.4.9'
14
14
go1.14 :
You can’t perform that action at this time.
0 commit comments