mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
build: make Go 1.18 the min version, update to Go 1.19
As usual, we keep with the last two Go versions, which means the last year of Go release (they release every 6 months or so). This change means we can now use the type params (generics) in the project!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.2-buster
|
||||
FROM golang:1.19-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
Reference in New Issue
Block a user