Skip to content

Commit 6b01e97

Browse files
committed
Use toolchain directive to declare preferred Go version
Use the go directive to define the minimum supported Go version, and the toolchain directive to select the preferred Go version. This makes it nicer for downstream consumers, so they can still depend on sonobuoy and build their software with older Go patch releases, and can upgrade their toolchains at their own pace. Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
1 parent 3075601 commit 6b01e97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/vmware-tanzu/sonobuoy
22

3-
go 1.26.4
3+
go 1.26.0
4+
5+
toolchain go1.26.4
46

57
require (
68
github.com/briandowns/spinner v1.19.0

0 commit comments

Comments
 (0)