https://github.com/golang/go/tags
:thumbs up: I can't compile https://github.com/dexidp/dex with updated dependencies because ent requires go >= 1.23.0: go: entgo.io/ent@v0.14.1 requires go >= 1.23.0 (running go 1.22.6; GOTOOLCHAIN=local)
I'm going to add a go123 port. I suspect that the go team is overwhelmed at the moment.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4b88cbec33d76136715e807763824b4fdb7bb42 commit f4b88cbec33d76136715e807763824b4fdb7bb42 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2024-09-08 16:02:37 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2024-09-08 16:02:37 +0000 lang/go123: Add port Simple copy from lang/go122. PR: 280963 Reported by: yuri lang/go123/Makefile (new) | 19 ++++++++++++++++++ lang/go123/distinfo (new) | 15 ++++++++++++++ lang/go123/files/patch-src_cmd_dist_build.go (new) | 23 ++++++++++++++++++++++ ...tch-src_cmd_go_internal_modload_vendor.go (new) | 11 +++++++++++ 4 files changed, 68 insertions(+)
I've committed go123. I'm assigning this PR to myself in case there's fallout.
I've heard nothing, so I'm closing out this PR.
(In reply to Adam Weinberger from comment #5) Can we make 1.23 the default version? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281773
(In reply to Yonas Yanfa from comment #6) Probably not, but it's worth considering making go122 the default. There's probably no reason to keep go120 and go121 around. That said, I am not formally part of the go team. I added this port because the go team appeared to be busy with other projects. I'm not comfortable changing the default, but it's good to have this on their radar.