ffranr
8dfb2023a9
docker: correct comment concerning lnd build/install
2022-11-22 11:54:24 +00:00
Oliver Gugger
f02528f304
multi: bump Golang version to v1.19.2
2022-10-11 09:49:30 +02:00
Olaoluwa Osuntokun
65a5eeb24e
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!
2022-08-23 10:54:13 -05:00
Olaoluwa Osuntokun
c0672b80c2
build: update all Dockerfiles to build w/ Go 1.18.2
2022-06-10 11:32:39 -07:00
positiveblue
e4e0935816
lnrpc/peers: skeleton logic for updateNodeAnnouncement
...
Basic logic for the endpoint:
- Get the current nodeAnn information
- Calculate modifications
- Apply modifications
- Return changes
2022-04-01 18:36:21 -07:00
Olaoluwa Osuntokun
e94ddf7b17
build: bump release+build version to Go 1.17.3
2021-11-15 17:29:02 -08:00
Olaoluwa Osuntokun
d973cf1060
build: upgrade all CI+build infra to Go 1.17
2021-09-29 17:31:34 -07:00
Olaoluwa Osuntokun
af0fc09f62
multi: update build systems and CI/CD to go 1.16
2021-04-13 15:57:21 -07:00
Olaoluwa Osuntokun
578b348a50
build: update Docker versions to Go 1.15.7
...
This updates the Docker files to the latest minor release of Go which
included some security fixes.
2021-01-26 17:29:10 -08:00
Oliver Gugger
4c56f3cacb
multi: add release helper docker file
2021-01-08 16:14:24 +01:00
Oliver Gugger
e68c0bf18f
docker: update to latest golang base image
2020-12-12 11:25:22 +01:00
Oliver Gugger
94183e0f52
docker+docs: move dev Dockerfile to root, document dev build
...
To finally end the discussion what Dockerfile should be used for what
and whether we should build from local source or check out from git, we
place both Dockerfiles next to each other and explicitly document their
purpose.
2020-11-23 14:48:45 +01:00