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

[modules] Add go.mod file #94

Merged
merged 1 commit into from
Feb 11, 2021
Merged

[modules] Add go.mod file #94

merged 1 commit into from
Feb 11, 2021

Conversation

Viq111
Copy link
Collaborator

@Viq111 Viq111 commented Feb 11, 2021

Since we have no external dependancies, the module file is pretty barebone.

"DataDog" is capitalized as is because it is the current github URL, even though github URLs are case-insensitive; talking to GitHub support, it looks like a migration to a different casing (i.e: datadog) is not 100% compatible (i.e: some systems that are case-sensitive for project names could be impact).

Since we always run tests for go version N & N-1 (N being latest), we currently support fully 1.14 as a minimum version.

Fix #89

Since we have no external dependancies, the module file is pretty barebone.

"DataDog" is capitalized as is because it is the current github URL, even though github URLs are case-insensitive; talking to GitHub support, it looks like a migration to a different casing (i.e: datadog) is not 100% compatible (i.e: some systems that are case-sensitive for project names could be impact).

Since we always run tests for go version N & N-1 (N being latest), we currently support fully 1.14 as a minimum version.
@Viq111 Viq111 merged commit c6db21d into 1.x Feb 11, 2021
@Viq111 Viq111 deleted the viq111/add-go-mod branch February 11, 2021 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Go module file
2 participants