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

fix: go module requirements for semantic versioning #209

Merged
merged 3 commits into from
Jan 28, 2020
Merged

fix: go module requirements for semantic versioning #209

merged 3 commits into from
Jan 28, 2020

Commits on Jan 25, 2020

  1. fix: update Go 1.13

    Previous commit (5e773d2) updates CI but go.mod should follow it
    
    Signed-off-by: Alex Szakaly <[email protected]>
    alex1989hu committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    2202065 View commit details
    Browse the repository at this point in the history
  2. fix: go module requirements for semantic versioning

    Fixes issue #208.
    
    Signed-off-by: Alex Szakaly <[email protected]>
    alex1989hu committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    8e9aba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. feat: add compatibility with dep

    This commit adds the compatibility with dep (Go dependency
    management tool) via symlink creation (same method applied
    in kubernetes-csi/csi-test)
    
    Signed-off-by: Alex Szakaly <[email protected]>
    alex1989hu committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7e9187c View commit details
    Browse the repository at this point in the history