Upgrading Various versions:
ChangeLog: - hugo version to 0.91.0 as default. - go version as 1.17 as default.
This commit is contained in:
parent
442afc9b58
commit
6e5809d529
6 changed files with 10 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ local test_pipeline_name = 'testing';
|
|||
local windows(os) = os == 'windows';
|
||||
|
||||
local golang_image(os, version) =
|
||||
'golang:' + '1.14' + if windows(os) then '-windowsservercore-' + version else '';
|
||||
'golang:' + '1.17' + if windows(os) then '-windowsservercore-' + version else '';
|
||||
|
||||
{
|
||||
test(os='linux', arch='amd64', version='')::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue