Merge branch 'andrey-drop-patch-versions' into 'master'

Drop patch version for rust

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/623

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Stan Hu 2023-02-07 16:25:48 +00:00
commit 9cfb653c95
4 changed files with 6 additions and 7 deletions

View file

@ -63,10 +63,9 @@ function print_golang_args() {
function print_rust_args() {
case "$1" in
1.65.0)
1.65)
INSTALL_RUST_VERSION="1.65.0"
;;
*) fail "Unknown rust version $1" ;;
esac