Olaoluwa Osuntokun
19b5a1fb05
build: set min build version to Go 1.22.6
...
Go 1.23 was released this week, so with this PR we update the build
system to officially support the last two releases.
2024-08-20 19:13:23 +02:00
Olaoluwa Osuntokun
bc2922232c
build: remove old Travis references
...
We no longer use Travis.
2024-07-25 13:14:26 -07:00
Olaoluwa Osuntokun
9e2b308f93
build: update to Go 1.22.5
2024-07-24 14:21:13 -07:00
Olaoluwa Osuntokun
a585833fb5
build: update release builds and CI to Go 1.22.3
2024-05-09 15:24:19 -07:00
Elle Mouton
c577dae372
makefile+dev.Dockerfile: add install-all command
...
Add a new `make install-all` command that will perform all `make
install` actions along with generating the manpages. The `manpages`
command is then removed from the existing `make install` command. The
docker build is then updated to use the new `make install-all` command.
This is done because some users running `make install` may be doing so
in environments where they do not have write access to the directory
where the man pages need to be written to.
2024-05-08 09:30:46 +02:00
Mohamed Awnallah
1812b0e56e
scripts+dev.Dockerfile: address dockerfile build issue
2024-03-18 13:47:39 +02:00
Olaoluwa Osuntokun
dde1495e1d
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
2023-08-23 17:33:11 -07:00
Olaoluwa Osuntokun
c0f4defe0b
build: update build system to Go 1.20.3
2023-04-05 11:28:34 -07:00
Olaoluwa Osuntokun
0bbbd9b911
build: bump min Go version to 1.19
...
Fixes https://github.com/lightningnetwork/lnd/issues/7495
2023-03-08 18:02:57 -08:00
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