command
Version:
v0.23.0
Opens a new window with list of versions in this module.
Published: Sep 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
upstream_go_version
The upstream_go_version prints out the version of Go used for a given branch of Kubernetes (upstream).
Examples
./upstream_go_version -b 'release-1.26'
release-1.26: 1.20.6
./upstream_go_version -b 'release-1.25,release-1.26'
release-1.25: 1.20.6
release-1.26: 1.20.6
Or via Docker
docker run --rm -it rancher/upstream_go_version:v0.1.0 -b 'release-1.25,release-1.26'
Contributions
- File Issue with details of the problem, feature request, etc.
- Submit a pull request and include details of what problem or feature the code is solving or implementing.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.