Update CI vm images versions (#328)

Received an email from Microsoft stating that those versions will be
discontinued. Switching to use -latest for all of them to not be
bothered with that in the future.
This commit is contained in:
Thomas Pelletier
2020-01-24 12:32:53 -05:00
committed by GitHub
parent 76a94674c9
commit d2d17bccec
+5 -5
View File
@@ -105,19 +105,19 @@ stages:
imageName: 'ubuntu-latest'
mac 1.13:
goVersion: '1.13'
imageName: 'macos-10.13'
imageName: 'macOS-latest'
windows 1.13:
goVersion: '1.13'
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
linux 1.12:
goVersion: '1.12'
imageName: 'ubuntu-latest'
mac 1.12:
goVersion: '1.12'
imageName: 'macos-10.13'
imageName: 'macOS-latest'
windows 1.12:
goVersion: '1.12'
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
pool:
vmImage: $(imageName)
steps:
@@ -164,4 +164,4 @@ stages:
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
buildContext: '.'
tags: 'latest'
tags: 'latest'