Bug 281795 - ftp/sftpgo not support go1.23.x
Summary: ftp/sftpgo not support go1.23.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Serhii (Sergey) Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 13:29 UTC by Jordan Ostreff
Modified: 2024-10-01 17:11 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (skozlov)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jordan Ostreff 2024-10-01 13:29:55 UTC
Support for latest go version is disabled by Makefile, but actually port builds with go 1.23.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-01 17:09:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bee48c6f50820ded7c298ef3fae1ca9969b38b1

commit 3bee48c6f50820ded7c298ef3fae1ca9969b38b1
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2024-10-01 17:04:04 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2024-10-01 17:04:04 +0000

    ftp/sftpgo: remove go version pin

    The port actually builds fine for 1.23 as well.

    PR:                             281795
    Reported by:    Jordan Ostreff <jordan@ostreff.info>

 ftp/sftpgo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2024-10-01 17:11:48 UTC
Committed, thanks!