build: bump min Go version to 1.19

Fixes https://github.com/lightningnetwork/lnd/issues/7495
This commit is contained in:
Olaoluwa Osuntokun
2023-03-08 18:02:30 -08:00
parent a28fbd4690
commit 0bbbd9b911
8 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.19.2-alpine as builder
FROM golang:1.19.7-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.