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

enable ci for release/2.7 #3385

Merged
merged 5 commits into from Mar 23, 2021

Commits on Mar 23, 2021

  1. enable ci for release/2.7

    Signed-off-by: Wang Yan <wangyan@vmware.com>
    wy65701436 committed Mar 23, 2021
    Copy the full SHA
    9142de9 View commit details
    Browse the repository at this point in the history
  2. Migrate to golangci-lint

    Signed-off-by: Tam Mach <sayboras@yahoo.com>
    Signed-off-by: wang yan <wangyan@vmware.com>
    sayboras authored and wy65701436 committed Mar 23, 2021
    Copy the full SHA
    f807afb View commit details
    Browse the repository at this point in the history
  3. Fix gometalint errors

    Signed-off-by: Manish Tomar <manish.tomar@docker.com>
    Signed-off-by: wang yan <wangyan@vmware.com>
    Manish Tomar authored and wy65701436 committed Mar 23, 2021
    Copy the full SHA
    3c64ff1 View commit details
    Browse the repository at this point in the history
  4. Remove err nil check

    since type checking nil will not panic and return appropriately
    
    Signed-off-by: Manish Tomar <manish.tomar@docker.com>
    Signed-off-by: wang yan <wangyan@vmware.com>
    Manish Tomar authored and wy65701436 committed Mar 23, 2021
    Copy the full SHA
    89e6568 View commit details
    Browse the repository at this point in the history
  5. Fix gosimple checks

    Signed-off-by: Derek McGowan <derek@mcgstyle.net>
    Signed-off-by: Wang Yan <wangyan@vmware.com>
    dmcgowan authored and wy65701436 committed Mar 23, 2021
    Copy the full SHA
    09109ab View commit details
    Browse the repository at this point in the history