diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d8d7944..77aecbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file + tags: 'latest'