Closed
Description
Hi there,
The docker image for the latest released version (0.37.0) won't build anymore, because the Dockerfile
forces the use of golang:1.16
as base version and you need to use at least :1.18
. I suppose one of your dependency, whose version was not fixed, now requires this version.
It builds by replacing :1.16
with :1:18
.
I suppose (not tested) that the problem also exists with the current development version.
Thanks for this project!