mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -29,7 +29,7 @@ env:
|
||||
# /dev.Dockerfile
|
||||
# /make/builder.Dockerfile
|
||||
# /.github/workflows/release.yml
|
||||
GO_VERSION: 1.18.2
|
||||
GO_VERSION: 1.19.0
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -16,7 +16,7 @@ env:
|
||||
# /dev.Dockerfile
|
||||
# /make/builder.Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
GO_VERSION: 1.18.2
|
||||
GO_VERSION: 1.19.0
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
Reference in New Issue
Block a user