Codebase list amazon-ecr-credential-helper / 79d64d3
Drop Go 1.11 support This change removes Go 1.11 from GitHub Actions to unblock #253. Go 1.11 doesn't work on macOS 10.05 after upgrading golang.org/x/sys. While we could downgrade golang.org/x/sys, Go 1.11 is no longer supported by the Go team and most OSes tend to have newer Go packages. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com> Kazuyoshi Kato 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 build:
1010 strategy:
1111 matrix:
12 go: ['1.11', '1.12', '1.13', '1.14', '1.15']
12 go: ['1.12', '1.13', '1.14', '1.15']
1313
1414 # Intentionally use specific versions instead of "latest" to
1515 # make this build reproducible.