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

Define CAR v2 as a separate go module #79

Merged
merged 2 commits into from
Jun 10, 2021
Merged

Define CAR v2 as a separate go module #79

merged 2 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. Define CAR v2 as a separate go module

    Since we are releasing a new major version, define a new go module for
    the CAR v2 implementation, following the recommendations here:
    - https://blog.golang.org/v2-go-modules
    
    The module is versioned as go 1.15 to maintain compatibility as pointed
    out by comment here:
    - #75 (comment)
    masih committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9204fcd View commit details
    Browse the repository at this point in the history
  2. Add doc.go to avoid CI issues for empty modules

    We might want to get this fixed at source; it is valid for a module to
    have no go files i think, and CI should tolerate that.
    masih committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b76cf26 View commit details
    Browse the repository at this point in the history