Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Update to Go 1.16 #183

Merged
merged 3 commits into from
Jan 28, 2022
Merged

Update to Go 1.16 #183

merged 3 commits into from
Jan 28, 2022

Commits on Jan 28, 2022

  1. circleci: update to docker 20.10

    Older versions may have issues when running recent Alpine images,
    due to seccomp profiles not being up to date with latest kernels.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    88f84af View commit details
    Browse the repository at this point in the history
  2. Update to Go 1.16

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    14f03ec View commit details
    Browse the repository at this point in the history
  3. make sure we install the correct version of ginkgo

    Hoping to fix:
    
        Output from proc 3:
          flag provided but not defined: -ginkgo.timeout
          Usage of /e2e.test:
            -alsologtostderr
              	log to standard error as well as files
            -ginkgo.dryRun
              	If set, ginkgo will walk the test hierarchy without actually running anything.  Best paired with -v.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    6c50f0c View commit details
    Browse the repository at this point in the history