Skip to content

Commit b71ab4b

Browse files
committed
Bump min Go version to 1.23
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 6681e4e commit b71ab4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ This support is backed by the [htcat library](https://github.com/htcat/htcat).
8282

8383
## Building
8484

85-
The Amazon ECR containerd resolver manages its dependencies with [Go modules](https://github.com/golang/go/wiki/Modules) and requires Go 1.21 or greater.
86-
If you have Go 1.21 or greater installed, you can build the example programs with `make`.
85+
The Amazon ECR containerd resolver manages its dependencies with [Go modules](https://github.com/golang/go/wiki/Modules) and requires Go 1.23 or greater.
86+
If you have Go 1.23 or greater installed, you can build the example programs with `make`.
8787

8888
## License
8989

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awslabs/amazon-ecr-containerd-resolver
22

3-
go 1.21
3+
go 1.23.0
44

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

0 commit comments

Comments
 (0)