Skip to content

Commit c8a8ccb

Browse files
authored
Bump go version to 1.22 (#3010)
1 parent 8b7c7bf commit c8a8ccb

File tree

861 files changed

+1314
-860
lines changed

Some content is hidden

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

861 files changed

+1314
-860
lines changed

.changelog/904047c5a5374b79a68f729414660481.json

Lines changed: 454 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.21"]
20+
go-version: ["1.22"]
2121
env:
2222
JAVA_TOOL_OPTIONS: "-Xmx2g"
2323
steps:

.github/workflows/go.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, macos-latest]
24-
go-version: ["1.21", "1.22", "1.23"]
24+
go-version: ["1.22", "1.23", "1.24"]
2525
steps:
2626
- uses: actions/checkout@v2
2727

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.21
15+
SDK_MIN_GO_VERSION ?= 1.22
1616

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

SMITHY_GO_CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0681fa98ae3a2bd90161042c2c229a6cd4e9a80b
1+
b5c304bb2a4b0306cb8de41bf2d842fe4e76eaf6

aws/protocol/eventstream/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
22

3-
go 1.21
3+
go 1.22
44

55
require github.com/aws/smithy-go v1.22.2
66

config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-sdk-go-v2/config
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1

credentials/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-sdk-go-v2/credentials
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1

example/service/dynamodb/createTable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1

0 commit comments

Comments
 (0)