Skip to content

Commit

Permalink
update release pipeline agent and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
simongdavies committed Nov 25, 2021
1 parent 2817068 commit db03fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ trigger:
pr: none

pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'Ubuntu 20.04'

variables:
GOVERSION: '1.14.6'
GOVERSION: '1.17.3'
System.Debug: true

steps:
Expand Down

0 comments on commit db03fe5

Please sign in to comment.