mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +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.17.3-alpine as builder
|
||||
FROM golang:1.19-alpine as builder
|
||||
|
||||
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.17.3-alpine as builder
|
||||
FROM golang:1.19-alpine as builder
|
||||
|
||||
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
|
||||
|
||||
|
Reference in New Issue
Block a user