setup-go/docs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
John Maguire 71b6f8926f Add go-version-file-behavior input
By default an exact version read from go-version-file is used as
written, so a "go 1.22.0" directive pins CI to the oldest patch
release of the minor even when newer patches with security fixes
exist. Dependencies can force such an exact version into go.mod.

Setting go-version-file-behavior to latest-patch widens an exact
major.minor.patch version into a ~X.Y.Z range, resolving the newest
available patch release of the same minor while keeping the file's
version as a floor. Bare minors and prereleases pass through
unchanged. The default behavior (exact) is unchanged.
2026-08-18 11:52:47 -04:00
..
adrs feat: bump to use actions/checkout@v4 2023-09-05 11:42:39 -04:00
advanced-usage.md Add go-version-file-behavior input 2026-08-18 11:52:47 -04:00
contributors.md Remove the description of the old go.mod specification (#458) 2024-04-18 08:33:57 -05:00