![]() This commit adds a script to sync the version present in .go-version across all go.mod files as the toolchain directive. As part of that, this commit also modifies go.mod files that did not have synced toolchain directives. Additionally, this also adds a script to verify all toolchain and go directives against the version present in .go-version as follows: (1) The go directive <= version in .go-version (2) The toolchain directive == version in .go-version This script runs as part of the `make verify` target, making it run as a presbumit by default. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> |
||
---|---|---|
.. | ||
build_lib.sh | ||
build_tools.sh | ||
build-binary.sh | ||
build-docker.sh | ||
build-release.sh | ||
build.sh | ||
codecov_upload.sh | ||
etcd_version_annotations.txt | ||
fix.sh | ||
fuzzing.sh | ||
genproto.sh | ||
install-marker.sh | ||
measure-testgrid-flakiness.sh | ||
README | ||
release_mod.sh | ||
release.sh | ||
sync_go_toolchain_directive.sh | ||
test_images.sh | ||
test_lib.sh | ||
test.sh | ||
update_dep.sh | ||
update_proto_annotations.sh | ||
updatebom.sh | ||
verify_genproto.sh | ||
verify_go_versions.sh | ||
verify_proto_annotations.sh |
scripts for etcd development