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

View File

@ -4,7 +4,7 @@
# To run tests:
# docker run -it --rm --gpus all gocv-test-gpu-cuda-10
#
FROM gocv/opencv:4.5.4-gpu-cuda-10 AS gocv-gpu-test-cuda-10
FROM gocv/opencv:4.5.5-gpu-cuda-10 AS gocv-gpu-test-cuda-10
ENV GOPATH /go
ENV PATH="${PATH}:/go/bin"