You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG_PENDING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
### SDK Features
2
+
*`aws`: Bump minimum go version to 1.19.
3
+
* See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.
Copy file name to clipboardExpand all lines: README.md
+11-34Lines changed: 11 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://docs.aws.amazon.com/sdk-for-go/api)[](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://github.com/aws/aws-sdk-go/actions/workflows/go.yml)[](https://github.com/aws/aws-sdk-go/blob/main/LICENSE.txt)
4
4
5
-
aws-sdk-go is the official AWS SDK for the Go programming language.
5
+
aws-sdk-go is the v1 AWS SDK for the Go programming language.
6
6
7
7
Checkout our [release notes](https://github.com/aws/aws-sdk-go/releases) for
8
8
information about the latest bug fixes, updates, and features added to the SDK.
@@ -19,46 +19,14 @@ Jump To:
19
19
## Getting Started
20
20
21
21
### Installing
22
-
Use `go get` to retrieve the SDK to add it to your `GOPATH` workspace, or
23
-
project's Go module dependencies.
22
+
Use `go get` to retrieve the SDK to add it to your project's Go module dependencies.
24
23
25
24
go get github.com/aws/aws-sdk-go
26
25
27
26
To update the SDK use `go get -u` to retrieve the latest version of the SDK.
28
27
29
28
go get -u github.com/aws/aws-sdk-go
30
29
31
-
### Dependencies
32
-
33
-
The SDK includes a `vendor` folder containing the runtime dependencies of the
34
-
SDK. The metadata of the SDK's dependencies can be found in the Go module file
35
-
`go.mod` or Dep file `Gopkg.toml`.
36
-
37
-
### Go Modules
38
-
39
-
If you are using Go modules, your `go get` will default to the latest tagged
40
-
release version of the SDK. To get a specific release version of the SDK use
@@ -490,6 +458,15 @@ For information about maintenance and support for SDK major versions and our und
490
458
*[AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html)
491
459
*[AWS SDKs and Tools Version Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html)
492
460
461
+
### Go version support policy
462
+
463
+
The v2 SDK follows the upstream [release policy](https://go.dev/doc/devel/release#policy)
464
+
with an additional six months of support for the most recently deprecated
465
+
language version.
466
+
467
+
**AWS reserves the right to drop support for unsupported Go versions earlier to
468
+
address critical security issues.**
469
+
493
470
## Resources
494
471
495
472
[Developer guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html) - This document
0 commit comments