all: add support for Go 1.17

This commit is contained in:
Ayke van Laethem
2021-08-14 15:35:19 +02:00
committed by Ron Evans
parent d45497691f
commit 8e88e560a1
6 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- task: GoTool@0
inputs:
version: '1.16'
version: '1.17'
- checkout: self
fetchDepth: 1
- task: Cache@2