Skip to content

Commit

Permalink
build(deps): Bump submodules and bump github.com/runfinch/common-test… (
Browse files Browse the repository at this point in the history
#173)

…s from 0.7.4 to 0.7.6 in /e2e

Issue #, if available:

*Description of changes:*

In order to get `finch-core` tests working again in one go, I'm bumping
the submodules and the tests in one PR. This will allow us to
immediately use the changes in Lima + Nerdctl.

For the submodules, I pinned Lima to
b357e260b1a03f0142c63b3e071b784ae66d5d34 as [decided
previously](#162).

*Testing done:*

```
make test-e2e
```

tests all passed, except for a few timeouts

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Sam Berning <[email protected]>
  • Loading branch information
sam-berning authored Sep 21, 2023
1 parent 0272de9 commit c1912d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/onsi/ginkgo/v2 v2.12.1
github.com/onsi/gomega v1.27.10
github.com/runfinch/common-tests v0.7.4
github.com/runfinch/common-tests v0.7.6
)

require (
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/runfinch/common-tests v0.7.4 h1:v+DnZm1vpMRGjAx/35K7n7k4p4te5IKBX8geJyyACNM=
github.com/runfinch/common-tests v0.7.4/go.mod h1:2JObvIbg7EZEM28lGZernOO5/kKmRbM2F7LGDdBKtr8=
github.com/runfinch/common-tests v0.7.6 h1:hvH6LA/pc6kxD1AIZARnPEgq8v6Lzk4JR6w7s03py24=
github.com/runfinch/common-tests v0.7.6/go.mod h1:wlIorbxwYhupJoxpwB9+fMFIWH0BwfOze+iRH4EW99g=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down
2 changes: 1 addition & 1 deletion src/lima
Submodule lima updated 174 files
2 changes: 1 addition & 1 deletion src/socket_vmnet

0 comments on commit c1912d5

Please sign in to comment.