File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 pool.name : ' azsdk-pool-mms-ubuntu-2004-general'
1313 vm.image : ' ubuntu-20.04'
1414 go.version : ' 1.18.10'
15- Linux_Go121 :
15+ Linux_Go122 :
1616 pool.name : ' azsdk-pool-mms-ubuntu-2004-general'
1717 vm.image : ' ubuntu-20.04'
18- go.version : ' 1.21 .7'
19- Linux_Go122 :
18+ go.version : ' 1.22 .7'
19+ Linux_Go123 :
2020 pool.name : ' azsdk-pool-mms-ubuntu-2004-general'
2121 vm.image : ' ubuntu-20.04'
22- go.version : ' 1.22.0 '
22+ go.version : ' 1.23.1 '
2323
2424 pool :
2525 name : ' $(pool.name)'
4242 displayName: 'Install Dependencies'
4343
4444 - script : |
45- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
45+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
4646 golangci-lint --version
4747 golangci-lint run
4848 displayName: 'Install and Run GoLintCLI.'
You can’t perform that action at this time.
0 commit comments