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

Add readme note about go module versioning #2589

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

moskyb
Copy link
Contributor

@moskyb moskyb commented Jan 17, 2024

we change public method signatures all the time, and we should call it out to users in the readme. i more or less crammed this in the first place in the readme i thought would fit it, but i'm happy for it to go elsewhere

@moskyb moskyb requested a review from a team January 17, 2024 01:54
@moskyb moskyb enabled auto-merge January 17, 2024 01:55
Copy link
Contributor

@DrJosh9000 DrJosh9000 left a comment

Choose a reason for hiding this comment

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

Agreed, not a thing we want to guarantee.

@@ -126,6 +126,10 @@ our Go dependencies. Dependencies are not
[vendored](https://go.dev/ref/mod#go-mod-vendor) into the repository unless
necessary.

The go module published by this repo (ie the one you could use by adding `import "github.com/buildkite/agent/v3"` to your code)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The go module published by this repo (ie the one you could use by adding `import "github.com/buildkite/agent/v3"` to your code)
The Go module published by this repo (i.e. the one you could use by adding `import "github.com/buildkite/agent/v3"` to your code)

@moskyb moskyb merged commit 3fbcf79 into main Jan 17, 2024
1 check passed
@moskyb moskyb deleted the go-module-versioning-policy branch January 17, 2024 02:15
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.

2 participants