Skip to content

Commit c98c2a2

Browse files
authored
Bumping go build version to 1.15.x (#138)
1 parent c32da43 commit c98c2a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
command: 'login'
2222
- task: GoTool@0
2323
inputs:
24-
version: '1.14'
24+
version: '1.15.x'
2525

2626
- script: |
2727
git config --global url.ssh://[email protected]/.insteadOf https://github.com/

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
containerRegistry: mocimages-connection
3737
- task: GoTool@0
3838
inputs:
39-
version: '1.14'
39+
version: '1.15.x'
4040

4141
- script: |
4242
git config --global url.ssh://[email protected]/.insteadOf https://github.com/
@@ -83,4 +83,4 @@ steps:
8383

8484
- publish: $(System.DefaultWorkingDirectory)/templates
8585
artifact: templates
86-
86+

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/microsoft/cluster-api-provider-azurestackhci
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/Azure/go-autorest/autorest v0.10.0 // indirect

0 commit comments

Comments
 (0)