go.modのgo directive
> The go directive sets the minimum version
of Go required to use this module.
https://go.dev/ref/mod#go-mod-file-go
ビルドできる最小の言語バージョンを定義する
15
Slide 16
Slide 16 text
go.modのtoolchain directive
> A toolchain directive declares a suggested
Go toolchain to use with a module.
https://go.dev/ref/mod#go-mod-file-toolchain
推奨されるGoのツールチェーンのバージョン
(の下限)を定義する
16