Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace containers/image with google/go-containerregistry #456

Merged
merged 14 commits into from
Apr 14, 2020
Prev Previous commit
Next Next commit
test(integration): negotiate API version
  • Loading branch information
knqyf263 committed Apr 9, 2020
commit a3587617ff6ec23bbc9c32630d4025b6cb5fe2f7
2 changes: 1 addition & 1 deletion integration/docker_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func TestRun_WithDockerEngine(t *testing.T) {
ctx := context.Background()
defer ctx.Done()

cli, err := client.NewClientWithOpts(client.FromEnv)
cli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
require.NoError(t, err, tc.name)

if !tc.invalidImage {
Expand Down