| Port details |
- go125 Go programming language
- 1.25.6 lang
=3 1.25.5Version of this port present on the latest quarterly branch. - Maintainer: go@FreeBSD.org
 - Port Added: 2025-08-14 01:48:05
- Last Update: 2026-01-20 15:24:10
- Commit Hash: 85e71f8
- People watching this port, also watch:: go124, sudo, tmux, dnsdist, ca_root_nss
- License: BSD3CLAUSE
- WWW:
- https://golang.org
- Description:
- Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
FreeBSD allows you to install multiple versions of Go at the same time.
As a result, this package installs only versioned binaries (i.e. goXYZ,
gofmtXYZ). To get unversioned names (go, gofmt, etc.) install the "go"
package or the lang/go port.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/go125/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go125
- pkg install go125
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go125
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1768583473
SHA256 (go1.25.6.src.tar.gz) = 58cbf771e44d76de6f56d19e33b77d745a1e489340922875e46585b975c2b059
SIZE (go1.25.6.src.tar.gz) = 31987986
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- This port is required by:
- for Build
-
- archivers/nfpm
- archivers/plakar
- audio/gonic
- databases/pgmetrics
- databases/rqlite
- devel/air-go
- devel/cirrus-cli
- for Fetch
-
- archivers/nfpm
- archivers/plakar
- audio/gonic
- databases/pgmetrics
- databases/rqlite
- devel/air-go
- devel/cirrus-cli
- for Run
-
- security/osv-scanner
Configuration Options:
- ===> The following configuration options are available for go125-1.25.6:
====> Options available for the single GOAMD64: you have to select exactly one of them
V1=on: Use baseline x86-64 instruction set
V2=off: V1 instructions plus CMPXCHG16B, LAHF, SAHF, POPCNT, SSE*
V3=off: V2 instructions plus AVX*, BMI*, F16C, FMA, LZCNT, MOVBE, OSXSAVE
V4=off: V3 instructions plus AVX512*
===> Use 'make config' to modify these settings
- Options name:
- lang_go125
- USES:
- cpe shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.25.6 20 Jan 2026 15:24:10
    |
Adam Weinberger (adamw)  |
lang/go: Add bsd.go.mk and use it for go124 and go125
Previously, we used lang/go-devel as a MASTERDIR, but go-devel itself
was really old (essentially 3 years old), and Go doesn't have the
concept of a public "development" version anymore.
Rather than tying modern Go ports to a vestigial version that nobody
should actually use, this commit adds a bsd.go.mk that Go ports can
include. This allows us to get lang/go* Makefiles down to 3 lines.
While here, extend the pkg-descr for both lang/go and the lang/go1*
ports to help users understand what's installing what.
This "new" framework (gently modified from go-devel/Makefile, so all
credit goes to everyone involved in creating that file) provides for
a default pkg-descr, but keeps each port responsible for its own
patches.
No functional changes are intended other than a slightly extended
pkg-descr (not even important enough to bump PORTREVISIONs here). Any
change in behaviour is a bug. |
1.25.6 16 Jan 2026 17:26:01
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.6
Changes:
go1.25.6 (released 2026-01-15) includes security fixes to the go
command, and the archive/zip, crypto/tls, and net/url packages, as well
as bug fixes to the compiler, the runtime, and the crypto/tls, errors,
and os packages. |
1.25.5 03 Dec 2025 18:24:44
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.5
Changes: go1.25.5 (released 2025-12-02) includes two security fixes to
the crypto/x509 package, as well as bug fixes to the mime and os
packages. See the Go 1.25.5 milestone on our issue tracker for
details. |
1.25.4 06 Nov 2025 17:03:18
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.4
Changes: go1.25.4 (released 2025-11-05) includes fixes to the compiler,
the runtime, and the crypto/subtle, encoding/pem, net/url, and os
packages. |
1.25.3 14 Oct 2025 20:17:28
    |
Ronald Klop (ronald)  |
lang/go-devel: move portscout to master port
Implements PORTSCOUT for all lang/go1* ports.
PR: 290231
Fixes: c6297af4eff5e120d01d0c86c2d25d49418f389e "lang/go12[45]: silence
portscout" |
1.25.3 14 Oct 2025 16:01:11
    |
Ronald Klop (ronald)  |
lang/go12[45]: silence portscout
Because this does not make sense:
Port | Current version | New version
------------------------------------------------+-----------------+------------
lang/go124 | 1.24.8 | 1.25.3
------------------------------------------------+-----------------+------------
And pet portclippy in the meantime by reordering some variables. |
1.25.3 14 Oct 2025 15:10:14
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.3.
Changes: go1.25.3 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.25.3 milestone on our issue tracker
for details. |
1.25.2 08 Oct 2025 00:41:37
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.2
Changes:
go1.25.2 (released 2025-10-07) includes security fixes to the
archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem,
net/http, net/mail, net/textproto, and net/url packages, as well as bug
fixes to the compiler, the runtime, and the context, debug/pe, net/http,
os, and sync/atomic packages. See the Go 1.25.2 milestone on our issue
tracker for details. |
1.25.1 04 Sep 2025 17:53:24
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.1
Changes: go1.25.1 (released 2025-09-03) includes security fixes to the
net/http package, as well as bug fixes to the go command, and the net,
os, os/exec, and testing/synctest packages. |
1.25.0 14 Aug 2025 01:46:02
    |
Adam Weinberger (adamw)  |
lang/go125: Add port
Introduction to Go 1.25ΒΆ
The latest Go release, version 1.25, arrives in August 2025, six months
after Go 1.24. Most of its changes are in the implementation of the
toolchain, runtime, and libraries. As always, the release maintains the
Go 1 promise of compatibility. We expect almost all Go programs to
continue to compile and run as before.
https://go.dev/doc/go1.25 |
Number of commits found: 10
|