build: use go 1.19 for nighlty containers

Change-Id: I56d23cf797a893685df9014a12affa84687330a9
This commit is contained in:
Márton Elek 2023-06-07 17:02:28 +02:00 committed by Storj Robot
parent 8c8340f1bc
commit a463dd0c71

View File

@ -1,5 +1,5 @@
VERSION 0.6
FROM golang:1.18
FROM golang:1.19
WORKDIR /go/storj
multinode-web: