Skip to content

Commit a9261d6

Browse files
Upgrade go version to 1.22.5 (#2745)
1 parent 0475829 commit a9261d6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_m1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: '1.22.4'
28+
go-version: '1.22.5'
2929

3030
- name: Build
3131
run: CGO_ENABLED=1 go build -o azcopy_darwin_arm64

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
golangci:
1717
strategy:
1818
matrix:
19-
go: [1.22.4]
19+
go: [1.22.5]
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
name: lint
2222
runs-on: ${{ matrix.os }}

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
AZCOPY_GOLANG_VERSION: '1.22.4'
3-
AZCOPY_GOLANG_VERSION_COVERAGE: '1.22.4'
2+
AZCOPY_GOLANG_VERSION: '1.22.5'
3+
AZCOPY_GOLANG_VERSION_COVERAGE: '1.22.5'
44

55
trigger:
66
branches:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ require (
7575
gopkg.in/yaml.v3 v3.0.1 // indirect
7676
)
7777

78-
go 1.22.4
78+
go 1.22.5

perf-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stages:
3030
3131
- task: GoTool@0
3232
inputs:
33-
version: '1.22.4'
33+
version: '1.22.5'
3434

3535
- script: |
3636
go build -o $GOROOT/bin/azcopy

0 commit comments

Comments
 (0)