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

@ -6,7 +6,7 @@
# docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix gocv-test
# xhost -
#
FROM gocv/opencv:4.5.4 AS gocv-test
FROM gocv/opencv:4.5.5 AS gocv-test
ENV GOPATH /go