File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11// the first version is used to build the binary that gets shipped to Docker Hub.
2- local go_versions = ['1.13.3 ' , '1.12.12 ' ];
2+ local go_versions = ['1.13.4 ' , '1.12.13 ' ];
33
44local goproxy = 'https://proxy.golang.org' ;
55
Original file line number Diff line number Diff line change 22# DO NOT MODIFY - AUTO GENERATED
33
44kind : pipeline
5- name : go-1.13.3
5+ name : go-1.13.4
66
77platform :
88 os : linux
@@ -14,7 +14,7 @@ workspace:
1414
1515steps :
1616- name : mod-download
17- image : golang:1.13.3
17+ image : golang:1.13.4
1818 commands :
1919 - go mod download
2020 environment :
2323 - clone
2424
2525- name : coverage
26- image : golang:1.13.3
26+ image : golang:1.13.4
2727 commands :
2828 - apt update
2929 - apt install -y redis-server
4242 - mod-download
4343
4444- name : build
45- image : golang:1.13.3
45+ image : golang:1.13.4
4646 commands :
4747 - make build
4848 environment :
@@ -116,7 +116,7 @@ steps:
116116
117117---
118118kind : pipeline
119- name : go-1.12.12
119+ name : go-1.12.13
120120
121121platform :
122122 os : linux
@@ -128,7 +128,7 @@ workspace:
128128
129129steps :
130130- name : mod-download
131- image : golang:1.12.12
131+ image : golang:1.12.13
132132 commands :
133133 - go mod download
134134 environment :
@@ -137,7 +137,7 @@ steps:
137137 - clone
138138
139139- name : coverage
140- image : golang:1.12.12
140+ image : golang:1.12.13
141141 commands :
142142 - apt update
143143 - apt install -y redis-server
@@ -156,7 +156,7 @@ steps:
156156 - mod-download
157157
158158- name : build
159- image : golang:1.12.12
159+ image : golang:1.12.13
160160 commands :
161161 - make build
162162 environment :
You can’t perform that action at this time.
0 commit comments