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

Split CI and go.mod versions #1133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

squeed
Copy link
Member

@squeed squeed commented Jan 6, 2025

Downstream users would like to lower the minimum required go version, but it would be nice to test and release with the latest go. So, use a placeholder go version file for CI.

.github/go-version Outdated Show resolved Hide resolved
@squeed squeed force-pushed the go-mod-separate branch 3 times, most recently from 263daf8 to 441b9bc Compare January 6, 2025 16:40
Downstream users would like to lower the minimum required go version,
but it would be nice to test and release with the latest go. So, use a
placeholder go version file for CI.

Signed-off-by: Casey Callendrello <[email protected]>
@squeed squeed requested a review from s1061123 January 14, 2025 16:51
@@ -0,0 +1 @@
1.23
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to newline at the end of file. (you can see red circle mark)
https://gist.github.com/camh-/1bebfcff1b0f814e9b191edc60d5206b

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