Skip to content

Commit

Permalink
Bump AzCopy Go version to 1.22.3 (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
siminsavani-msft authored May 20, 2024
1 parent dae00e9 commit ddfe6bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22.3'

- name: Build
run: CGO_ENABLED=1 go build -o azcopy_darwin_arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
golangci:
strategy:
matrix:
go: [1.21]
go: [1.22.3]
os: [ubuntu-latest, windows-latest, macos-latest]
name: lint
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
AZCOPY_GOLANG_VERSION: '1.21.8'
AZCOPY_GOLANG_VERSION_COVERAGE: '1.21.8'
AZCOPY_GOLANG_VERSION: '1.22.3'
AZCOPY_GOLANG_VERSION_COVERAGE: '1.22.3'

trigger:
branches:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.21
go 1.22.3
2 changes: 1 addition & 1 deletion perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stages:
- task: GoTool@0
inputs:
version: '1.21.8'
version: '1.22.3'

- script: |
go build -o $GOROOT/bin/azcopy
Expand Down

0 comments on commit ddfe6bc

Please sign in to comment.