mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Drop rust patch version number
This commit is contained in:
parent
2cc3d8c64b
commit
a32a614bff
4 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue