-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update syntax for version in Go mod file directive
Since go1.21 this directive supports the same version format as the `toolchain` directive[1] (though it doesn't support any suffixes). Specifically it supports formats such as: * `1.20` (this was supported previously) * `1.21.0` * `1.21rc1` Note: patch versions do not have release candidates (e.g. `1.21.1rc2` is not valid) [1] https://go.dev/ref/mod#go-mod-file-go
1 parent
aa99723
commit f98a2ed
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters