Skip to content

Commit

Permalink
Update Go min 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 122bd38 commit e7e291f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cross-compile:
runs-on: 'ubuntu-22.04'
container: public.ecr.aws/docker/library/golang:1.19-alpine
container: public.ecr.aws/docker/library/golang:1.21-alpine
steps:
- run: |
apk add --no-cache \
Expand All @@ -48,7 +48,7 @@ jobs:
unit-test:
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 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 e7e291f

Please sign in to comment.