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

update (test) dependencies #2021

Merged
merged 2 commits into from Nov 10, 2021
Merged

update (test) dependencies #2021

merged 2 commits into from Nov 10, 2021

Commits on Nov 5, 2021

  1. update dependencies

    aldas committed Nov 5, 2021
    Copy the full SHA
    b354d01 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    use 1.14 for choosing updated deps. Using current tip (1.17) will cause tests fail as some packages are not supporting 1.14.
    `docker run --rm -it -v $(pwd):/project golang:1.14 /bin/sh -c "cd /project && go get ./... && go mod tidy"`
    aldas committed Nov 5, 2021
    Copy the full SHA
    fdf5c24 View commit details
    Browse the repository at this point in the history