File tree 9 files changed +12
-13
lines changed
9 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 23
23
go.version : ' 1.17.8'
24
24
Linux_Go118 :
25
25
pool.name : azsdk-pool-mms-ubuntu-2004-general
26
- go.version : ' 1.18'
26
+ go.version : ' 1.18.2 '
27
27
28
28
pool :
29
29
name : $(pool.name)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ stages:
18
18
Linux_Go118 :
19
19
pool.name : azsdk-pool-mms-ubuntu-2004-general
20
20
image.name : MMSUbuntu20.04
21
- go.version : ' 1.18'
21
+ go.version : ' 1.18.2 '
22
22
Windows_Go118 :
23
23
pool.name : azsdk-pool-mms-win-2019-general
24
24
image.name : MMS2019
25
- go.version : ' 1.18'
25
+ go.version : ' 1.18.2 '
26
26
pool :
27
27
name : $(pool.name)
28
28
vmImage : $(image.name)
@@ -55,7 +55,7 @@ stages:
55
55
steps :
56
56
- task : GoTool@0
57
57
inputs :
58
- version : ' 1.18'
58
+ version : ' 1.18.2 '
59
59
displayName : " Select Go Version"
60
60
61
61
- template : ../steps/create-go-workspace.yml
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ stages:
85
85
Linux_Go118 :
86
86
pool.name : azsdk-pool-mms-ubuntu-2004-general
87
87
image.name : MMSUbuntu20.04
88
- go.version : ' 1.18'
88
+ go.version : ' 1.18.2 '
89
89
Windows_Go118 :
90
90
pool.name : azsdk-pool-mms-win-2019-general
91
91
image.name : MMS2019
92
- go.version : ' 1.18'
92
+ go.version : ' 1.18.2 '
93
93
generate.bom : true
94
94
pool :
95
95
name : $(pool.name)
@@ -133,7 +133,7 @@ stages:
133
133
134
134
- task : GoTool@0
135
135
inputs :
136
- version : ' 1.18'
136
+ version : ' 1.18.2 '
137
137
displayName : " Select Go Version"
138
138
139
139
- template : ../steps/create-go-workspace.yml
Original file line number Diff line number Diff line change 14
14
displayName: 'Install autorest'
15
15
- task : GoTool@0
16
16
inputs :
17
- version : ' 1.18'
17
+ version : ' 1.18.2 '
18
18
displayName : " Select Go Version"
19
19
20
20
- template : /eng/pipelines/templates/steps/create-go-workspace.yml
Original file line number Diff line number Diff line change 11
11
}
12
12
},
13
13
"GoVersion" : [
14
- " 1.18"
14
+ " 1.18.2 "
15
15
]
16
16
}
17
17
}
Original file line number Diff line number Diff line change 10
10
11
11
- task : Powershell@2
12
12
displayName : ' Dependency Check'
13
- continueOnError : true
14
13
env :
15
14
GO111MODULE : ' on'
16
15
inputs :
Original file line number Diff line number Diff line change 41
41
42
42
- pwsh : |
43
43
go install github.com/jstemmer/go-junit-report@v0.9.1
44
- go install github.com/jhendrixMSFT /gocov/gocov@v1.0.1-0.20220325195445-df8497555dba
44
+ go install github.com/axw /gocov/gocov@v1.1.0
45
45
go install github.com/AlekSi/gocov-xml@v1.0.0
46
46
go install github.com/matm/gocov-html@v0.0.0-20200509184451-71874e2e203b
47
47
displayName: "Install Coverage and Junit Dependencies"
Original file line number Diff line number Diff line change 1
1
variables :
2
- GoLintCLIVersion : ' v1.45 .2'
2
+ GoLintCLIVersion : ' v1.46 .2'
3
3
Package.EnableSBOMSigning : true
4
4
# Enable go native component governance detection
5
5
# https://docs.opensource.microsoft.com/tools/cg/index.html
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ function TestAndGenerateReport($dir)
298
298
Set-Location $dir
299
299
# dependencies for go coverage report generation
300
300
go install github.com / jstemmer/ go- junit- report@v0.9.1
301
- go install github.com / jhendrixMSFT / gocov/ gocov@v1.0.1 - 0.20220325195445 - df8497555dba
301
+ go install github.com / axw / gocov/ gocov@v1.1.0
302
302
go install github.com / AlekSi/ gocov- xml@v1.0.0
303
303
go install github.com / matm/ gocov- html@v0.0.0 - 20200509184451 - 71874e2e203b
304
304
You can’t perform that action at this time.
0 commit comments