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

@@ -29,7 +29,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/release.yml
GO_VERSION: 1.20.3
GO_VERSION: 1.21.0
jobs:
########################

View File

@@ -16,7 +16,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/main.yml
GO_VERSION: 1.20.3
GO_VERSION: 1.21.0
jobs:
main: