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

chore: add go modules #57

Merged
merged 2 commits into from
Jun 26, 2024
Merged

chore: add go modules #57

merged 2 commits into from
Jun 26, 2024

Conversation

moskyb
Copy link
Contributor

@moskyb moskyb commented Apr 28, 2022

Go modules have been around for a little while now, it's probably worth adding support for them. If nothing else, it makes local development easier.

@ldez ldez changed the title Add go modules chore: add go modules Jun 26, 2024
Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez merged commit d27ee19 into gofrs:master Jun 26, 2024
@@ -0,0 +1,14 @@
module github.com/gofrs/flock

go 1.21.0
Copy link
Contributor

@crazy-max crazy-max Jul 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would have been nice to avoid the patch in go version as now anyone depending on this module needs to set go 1.21.0 and can't just use go 1.21: moby/buildkit#5118 (comment)

Not sure if this is too late but can we put go 1.21 instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants