| Port details |
- go126 Go programming language
- 1.26.1 lang
=1 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: go@FreeBSD.org
 - Port Added: 2026-02-11 18:09:06
- Last Update: 2026-03-06 03:15:37
- Commit Hash: 47025a4
- People watching this port, also watch:: docker-compose, py311-glances, zoraxy, util-linux, libblkid
- 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/go126/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go126
- pkg install go126
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go126
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1772766207
SHA256 (go1.26.1.src.tar.gz) = 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb
SIZE (go1.26.1.src.tar.gz) = 34108253
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
-
- devel/goreleaser
- devel/task
- dns/nextdns
- filesystems/zrepl-dsh2dsh
- lang/typescript-go
- misc/cheat
- misc/crush
- for Fetch
-
- devel/goreleaser
- devel/task
- dns/nextdns
- filesystems/zrepl-dsh2dsh
- lang/typescript-go
- misc/crush
- net/dataplaneapi
Configuration Options:
- ===> The following configuration options are available for go126-1.26.1:
====> 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_go126
- USES:
- cpe shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.26.1 06 Mar 2026 03:15:37
    |
Adam Weinberger (adamw)  |
lang/go126: Update to 1.26.1
Changes:
go1.26.1 (released 2026-03-05) includes security fixes to the
crypto/x509, html/template, net/url, and os packages, as well as bug
fixes to the go command, the go fix command, the compiler, and the
os and reflect packages. See the Go 1.26.1 milestone on our issue
tracker for details. |
1.26.0 11 Feb 2026 18:06:09
    |
Adam Weinberger (adamw)  |
lang/go126: Add go 1.26
From https://go.dev/doc/go1.26:
The latest Go release, version 1.26, arrives in February 2026, six
months after Go 1.25. 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.
There are exciting updates in this new Go minor:
- New Green Tea-based garbage collector that cuts GC overhead by an
observed 10-40%.
- cgo runtime overhead reduced by an observed 30%.
- `go fix` has been rewritten as is now Go's official modernizer. In
particular, it includes all of `go vet`'s heuristics, making it
possible to fix the things that the latter identifies.
- Heap base address is now randomized.
- pprof can now (experimentally) identify leaked goroutines.
- New crypto/hpke package includes support for quantum-vulnerable and
post-quantum hybrid KEMs. |
Number of commits found: 2
|