Skip to content

Commit

Permalink
moving to go 1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 19, 2019
1 parent f9bab11 commit 65623f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "off"
steps:
- template: azure-tests.yml
Expand All @@ -32,10 +32,10 @@ jobs:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "off"
steps:
- template: azure-tests.yml
Expand All @@ -50,10 +50,10 @@ jobs:
go 1.10:
go_version: "1.10"
go 1.11 (on):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "on"
go 1.11 (off):
go_version: "1.11"
go_version: "1.11.13"
GO111MODULE: "off"
steps:
- template: azure-tests.yml

0 comments on commit 65623f7

Please sign in to comment.