Skip to content

Commit 2c88249

Browse files
authored
Update CI to latest two versions of Go (#343)
Update to latest version of golangci-lint.
1 parent 950c965 commit 2c88249

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)'
@@ -42,7 +42,7 @@ jobs:
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.'

0 commit comments

Comments
 (0)