Skip to content

Commit 51e8a3f

Browse files
authored
bump to go1.23 (#3211)
1 parent ad2d36c commit 51e8a3f

File tree

1,356 files changed

+2745
-2275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,356 files changed

+2745
-2275
lines changed

.changelog/a44b415598734ff08a0d576f73793058.json

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
go-version: ["1.22"]
20+
go-version: ["1.23"]
2121
env:
2222
JAVA_TOOL_OPTIONS: "-Xmx2g"
2323
steps:

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, macos-latest]
24-
go-version: ["1.22", "1.23", "1.24"]
24+
go-version: ["1.23", "1.24", "1.25"]
2525
steps:
2626
- uses: actions/checkout@v2
2727

@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest]
50-
go-version: ["1.21"]
50+
go-version: ["1.23"]
5151
env:
5252
GOARCH: "386"
5353
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [windows-latest]
78-
go-version: ["1.21", "1.22", "1.23"]
78+
go-version: ["1.23", "1.24", "1.25"]
7979
env:
8080
EACHMODULE_SKIP: "internal\\repotools\\changes"
8181
steps:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
go-version: ["1.22"]
24+
go-version: ["1.23"]
2525
env:
2626
EACHMODULE_SKIP: "internal"
2727
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SNAPSHOT_TAGS=-tags "snapshot"
1212

1313
SMITHY_GO_SRC ?= $(shell pwd)/../smithy-go
1414

15-
SDK_MIN_GO_VERSION ?= 1.22
15+
SDK_MIN_GO_VERSION ?= 1.23
1616

1717
EACHMODULE_FAILFAST ?= true
1818
EACHMODULE_FAILFAST_FLAG=-fail-fast=${EACHMODULE_FAILFAST}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`aws-sdk-go-v2` is the v2 AWS SDK for the Go programming language.
66

7-
The v2 SDK requires a minimum version of `Go 1.22`.
7+
The v2 SDK requires a minimum version of `Go 1.23`.
88

99
Check out the [release notes](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) for information about the latest bug
1010
fixes, updates, and features added to the SDK.

SMITHY_GO_CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ccf069f0a011a44ee83477748e637a0e3898d7e
1+
695755c8eb501de6899f71cd19e8249daff8f8b9

aws/protocol/eventstream/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
22

3-
go 1.22
3+
go 1.23
44

5-
require github.com/aws/smithy-go v1.23.0
5+
require github.com/aws/smithy-go v1.23.1
66

77
replace github.com/aws/aws-sdk-go-v2 => ../../../

aws/protocol/eventstream/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/aws/smithy-go v1.23.0 h1:8n6I3gXzWJB2DxBDnfxgBaSX6oe0d/t10qGz7OKqMCE=
2-
github.com/aws/smithy-go v1.23.0/go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI=
1+
github.com/aws/smithy-go v1.23.1 h1:sLvcH6dfAFwGkHLZ7dGiYF7aK6mg4CgKA/iDKjLDt9M=
2+
github.com/aws/smithy-go v1.23.1/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=

codegen/kitchensink-test-codegen/smithy-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "github.com/aws/aws-sdk-go-v2/internal/kitchensinktest",
77
"moduleVersion": "0.0.1",
88
"generateGoMod": true,
9-
"goDirective": "1.22"
9+
"goDirective": "1.23"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)