compose/e2e
Sebastiaan van Stijn 533abc3b1d
go.mod: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev
This restores compatibility with go1.18, which was broken since commit;
c062238ea4

cmd.Environ() is new in go1.19, and not needed for this specific case.
Without this, trying to use this package in code that uses go1.18 will fail;

    builder/remotecontext/git/gitutils.go:216:23: cmd.Environ undefined (type *exec.Cmd has no field or method Environ)

Changing to use `os.Environ()` instead restores compatibility with go1.18

Full diff: f9cb47a052...5aac513617

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-21 20:33:34 +02:00
..
cucumber-features Create new `e2e` module to separate out test dependencies, move cucumber tests 2022-09-27 02:13:52 +02:00
cucumber_test.go Create new `e2e` module to separate out test dependencies, move cucumber tests 2022-09-27 02:13:52 +02:00
go.mod go.mod: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev 2022-10-21 20:33:34 +02:00
go.sum go.mod: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev 2022-10-21 20:33:34 +02:00