Use golang 1.20 in all places
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6279d543d7
commit
3b2cbc4727
7 changed files with 25 additions and 27 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.20' + if windows(os) then '-windowsservercore-' + version else '';
|
||||
|
||||
{
|
||||
test(os='linux', arch='amd64', version='')::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue