Use Go 1.14 on all places
This commit is contained in:
parent
f723940bc7
commit
312a870f0b
6 changed files with 23 additions and 23 deletions
|
|
@ -5,7 +5,7 @@ local test_pipeline_name = 'testing';
|
|||
local windows(os) = os == 'windows';
|
||||
|
||||
local golang_image(os, version) =
|
||||
'golang:' + '1.11' + if windows(os) then '-windowsservercore-' + version else '';
|
||||
'golang:' + '1.14' + if windows(os) then '-windowsservercore-' + version else '';
|
||||
|
||||
{
|
||||
test(os='linux', arch='amd64', version='')::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue