build: bump Go version to v1.21.0, lnd version to v0.17.0 rc1 (#7914)

* build: update Go version to 1.21.0

* build: bump version to v0.17.0 rc1
This commit is contained in:
Olaoluwa Osuntokun
2023-08-23 17:33:11 -07:00
committed by GitHub
parent c07ec0462c
commit dde1495e1d
6 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.20.3-alpine as builder
FROM golang:1.21.0-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"