From 1bac92a99f2e031792018dedfb6425488af51f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 12:16:44 -0800 Subject: [PATCH] build(deps): Bump github.com/runfinch/common-tests from 0.1.1 to 0.2.0 (#125) Bumps [github.com/runfinch/common-tests](https://github.com/runfinch/common-tests) from 0.1.1 to 0.2.0.
Release notes

Sourced from github.com/runfinch/common-tests's releases.

v0.2.0

0.2.0 (2022-12-13)

Features

Build System or External Dependencies

Changelog

Sourced from github.com/runfinch/common-tests's changelog.

0.2.0 (2022-12-13)

Features

Build System or External Dependencies

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/runfinch/common-tests&package-manager=go_modules&previous-version=0.1.1&new-version=0.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Signed-off-by: Anqi Pang Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anqi Pang --- e2e/e2e_test.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index e048471b0..9fe9b1f29 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -56,7 +56,7 @@ func TestE2e(t *testing.T) { tests.Pull(o) tests.Rm(o) tests.Rmi(o) - tests.Run(o) + tests.Run(&tests.RunOption{BaseOpt: o, CGMode: tests.Unified}) tests.Start(o) tests.Stop(o) tests.Tag(o) diff --git a/go.mod b/go.mod index 5088612b4..b800cae11 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/onsi/gomega v1.24.2 github.com/pelletier/go-toml v1.9.5 github.com/pkg/sftp v1.13.5 - github.com/runfinch/common-tests v0.1.1 + github.com/runfinch/common-tests v0.2.0 github.com/sirupsen/logrus v1.9.0 github.com/spf13/afero v1.9.3 github.com/spf13/cobra v1.6.1 diff --git a/go.sum b/go.sum index fde2d2d17..a27ad4377 100644 --- a/go.sum +++ b/go.sum @@ -500,8 +500,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/runfinch/common-tests v0.1.1 h1:4xLB6MwXd0qpkzyVsi3FuLheNgVWjP2h+rVRurWts9w= -github.com/runfinch/common-tests v0.1.1/go.mod h1:LA3hSDakgCWP7agMSEsRL/R10UNS4nvm6h1NnIKHkiA= +github.com/runfinch/common-tests v0.2.0 h1:XQgXNrywEjqKa0oMABY5w3DT+9hv+RFBWOsoE48VIcw= +github.com/runfinch/common-tests v0.2.0/go.mod h1:nbZpK5zQa7/qyLt+2JOdf23iSbiprXlTg+VkXb5k54Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=