Skip to content

Commit

Permalink
Update min Go version to Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Apr 20, 2024
1 parent f09e9c0 commit 556e22c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
strategy:
matrix:
go: ['1.19', '1.20', '1.21']
go: ['1.21', '1.22']

# Intentionally use specific versions instead of "latest" to
# make this build reproducible.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

FROM golang:1.19
FROM public.ecr.aws/docker/library/golang:1.22

WORKDIR /go/src/github.com/awslabs/amazon-ecr-credential-helper

Expand Down
2 changes: 1 addition & 1 deletion ecr-login/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/awslabs/amazon-ecr-credential-helper/ecr-login

go 1.19
go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.26.1
Expand Down

0 comments on commit 556e22c

Please sign in to comment.