Skip to content

Commit 6e46576

Browse files
authored
Upgraded go version and AzCopy version (#3274)
1 parent 4c1abd0 commit 6e46576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
const AzcopyVersion = "10.31.0"
3+
const AzcopyVersion = "10.32.0~preview.1"
44
const UserAgent = "AzCopy/" + AzcopyVersion
55
const S3ImportUserAgent = "S3Import " + UserAgent
66
const GCPImportUserAgent = "GCPImport " + UserAgent

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ require (
9999

100100
replace github.com/Azure/azure-sdk-for-go/sdk/storage/azfile => github.com/Azure/azure-sdk-for-go/sdk/storage/azfile v1.5.2-0.20250507070125-9e8eb1f00372
101101

102-
go 1.24.6
102+
go 1.24.9

0 commit comments

Comments
 (0)