File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
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.14.2 ' , '1.13.10 ' ];
2+ local go_versions = ['1.15 ' , '1.14.7 ' ];
33
44local test_dockerfile = {
55 name: 'test-dockerfile' ,
Original file line number Diff line number Diff line change 11---
2- # DO NOT MODIFY - AUTO GENERATED
3-
42kind : pipeline
5- name : go-1.14.2
3+ name : go-1.15
64
75platform :
86 os : linux
@@ -14,14 +12,14 @@ workspace:
1412
1513steps :
1614- name : mod-download
17- image : golang:1.14.2
15+ image : golang:1.15
1816 commands :
1917 - go mod download
2018 depends_on :
2119 - clone
2220
2321- name : coverage
24- image : golang:1.14.2
22+ image : golang:1.15
2523 commands :
2624 - apt update
2725 - apt install -y redis-server
3937 - mod-download
4038
4139- name : build
42- image : golang:1.14.2
40+ image : golang:1.15
4341 commands :
4442 - make build
4543 environment :
@@ -112,7 +110,7 @@ steps:
112110
113111---
114112kind : pipeline
115- name : go-1.13.10
113+ name : go-1.14.7
116114
117115platform :
118116 os : linux
@@ -124,14 +122,14 @@ workspace:
124122
125123steps :
126124- name : mod-download
127- image : golang:1.13.10
125+ image : golang:1.14.7
128126 commands :
129127 - go mod download
130128 depends_on :
131129 - clone
132130
133131- name : coverage
134- image : golang:1.13.10
132+ image : golang:1.14.7
135133 commands :
136134 - apt update
137135 - apt install -y redis-server
@@ -149,7 +147,7 @@ steps:
149147 - mod-download
150148
151149- name : build
152- image : golang:1.13.10
150+ image : golang:1.14.7
153151 commands :
154152 - make build
155153 environment :
You can’t perform that action at this time.
0 commit comments