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

ci: use go1.23 #4012

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

rickystewart
Copy link
Contributor

Part of: CRDB-41921

@rickystewart rickystewart requested a review from a team as a code owner October 7, 2024 19:31
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -132,7 +132,7 @@ endif

.PHONY: format
format:
go install -C internal/devtools github.com/cockroachdb/crlfmt && crlfmt -w -tab 2 ../..
Copy link
Contributor Author

@rickystewart rickystewart Oct 7, 2024

Choose a reason for hiding this comment

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

I was pretty perplexed by this. To me this ../.. seems transparently obviously wrong and it should be .. This change fixes CI (link). I may be missing something and if so, let me know.

Copy link
Member

Choose a reason for hiding this comment

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

Indeed, thanks for the fix. I think there was an intermediate version that used go run and the working dir would be ./internal/devtools.

Part of: CRDB-41921
@RaduBerinde
Copy link
Member

RaduBerinde commented Oct 7, 2024

Do we plan to switch to go 1.23 for 24.3? If not, we should either hold off on this, or test both 1.22 and 1.23 in CI

(edit: fixed typo in version)

@rickystewart
Copy link
Contributor Author

Yes, we plan to switch to Go 1.23 for 24.3.

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

Thanks!

@rickystewart rickystewart merged commit d320ff0 into cockroachdb:master Oct 7, 2024
12 checks passed
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.

3 participants