build: upgrade to go 1.18 and dependencies

refs robocars/robocar-setup#3
This commit is contained in:
2022-04-12 18:00:12 +02:00
parent d1788152f7
commit 48e75c1346
49 changed files with 714 additions and 375 deletions

7
vendor/gocv.io/x/gocv/Makefile generated vendored
View File

@ -2,10 +2,10 @@
.PHONY: test deps download build clean astyle cmds docker
# GoCV version to use.
GOCV_VERSION?="v0.26.0"
GOCV_VERSION?="v0.30.0"
# OpenCV version to use.
OPENCV_VERSION?=4.5.3
OPENCV_VERSION?=4.5.5
# Go version to use when building Docker image
GOVERSION?=1.16.2
@ -252,6 +252,9 @@ install_openvino: deps download download_openvino sudo_pre_install_clean build_o
# Do everything statically.
install_static: deps download sudo_pre_install_clean build_static sudo_install clean verify
# Do everything with non-free modules from cpencv_contrib.
install_nonfree: deps download sudo_pre_install_clean build_nonfree sudo_install clean verify
# Do everything with openvino and cuda.
install_all: deps download download_openvino sudo_pre_install_clean build_openvino_package sudo_install_openvino build_all sudo_install clean verify_openvino verify_cuda