Skip to content

Commit

Permalink
Update CI to latest two versions of Go (#343)
Browse files Browse the repository at this point in the history
Update to latest version of golangci-lint.
  • Loading branch information
jhendrixMSFT authored Sep 30, 2024
1 parent 950c965 commit 2c88249
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
pool.name: 'azsdk-pool-mms-ubuntu-2004-general'
vm.image: 'ubuntu-20.04'
go.version: '1.18.10'
Linux_Go121:
Linux_Go122:
pool.name: 'azsdk-pool-mms-ubuntu-2004-general'
vm.image: 'ubuntu-20.04'
go.version: '1.21.7'
Linux_Go122:
go.version: '1.22.7'
Linux_Go123:
pool.name: 'azsdk-pool-mms-ubuntu-2004-general'
vm.image: 'ubuntu-20.04'
go.version: '1.22.0'
go.version: '1.23.1'

pool:
name: '$(pool.name)'
Expand All @@ -42,7 +42,7 @@ jobs:
displayName: 'Install Dependencies'
- script: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
golangci-lint --version
golangci-lint run
displayName: 'Install and Run GoLintCLI.'
Expand Down

0 comments on commit 2c88249

Please sign in to comment.