Boris Nagaev
4fc8d8dda3
build: update CI+release version to Go 1.25.3
...
We also update the go.mod files to pin to Go 1.24.9.
2025-10-21 14:32:44 -03:00
Olaoluwa Osuntokun
7fcbbd44ca
build: update CI+release version to Go 1.25.2
...
We also update the go.mod files to pin to Go 1.24.8.
2025-10-11 13:39:51 +01:00
Boris Nagaev
6ffe257004
multi: bump Go to 1.24.6
2025-08-30 14:13:44 -03:00
ziggie
87844cd5b4
multi: bump Golang version to v1.23.12
2025-08-07 16:53:45 +02:00
Boris Nagaev
643fbb8af6
multi: update Go to 1.23.10
2025-07-16 01:19:58 -03:00
Olaoluwa Osuntokun
1c76c6198c
build: bump Go version to v1.23.9
2025-05-06 15:50:16 -07:00
Olaoluwa Osuntokun
61852fbe95
multi: update build system to Go 1.23
2025-02-13 16:57:06 -08:00
Oliver Gugger
191c838ad1
multi: bump Go version to v1.22.11
2025-01-30 16:13:26 +01:00
Oliver Gugger
7692ced5f5
multi: update comment on changing Go version
...
Since we now have a scripted check that makes sure the Golang version is
synced throughout all files, it is important that the main version in
the Makefile is changed, then all other versions can be detected by that
script.
2024-12-02 09:48:26 +01:00
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
Elle Mouton
58317e66d3
lnrpc/Dockerfile: update falafel version
...
Update the falafel version.
2024-08-05 15:59:50 +02:00
ffranr
d7a81a1fe3
multi: use Go version 1.22.5 throughout
2024-07-31 16:53:47 +01:00
positiveblue
09d21345e1
multi: bump Go version
...
Bump all build go versions to v1.21.0
Bump the minimum build package version to v1.19.0
Debian "buster" is not longer supported. Security updates have been
discontinued since June 30th 2022. We will build using the latest
version, "bookworm".
2023-09-05 10:11:42 -07:00
Amin Bashiri
a455b9166d
lnrpc: update docker base image version
2023-05-15 10:21:47 -06: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
naveen
b3ef3db0f2
multi: Remove GO111MODULE env variable in Makefile
...
The `GO111MODULE` variable is not required from go 1.16
https://go.dev/blog/go116-module-changes
2021-11-30 09:35:30 +01:00
Olaoluwa Osuntokun
e94ddf7b17
build: bump release+build version to Go 1.17.3
2021-11-15 17:29:02 -08:00
positiveblue
416a96e2c1
lnrpc: migrate deprecated go get to go install
...
Starting in Go 1.17, installing executables with go get is deprecated.
Migrate our docker file for lnrpc protos.
2021-10-22 09:25:22 -07:00
Olaoluwa Osuntokun
d973cf1060
build: upgrade all CI+build infra to Go 1.17
2021-09-29 17:31:34 -07:00
Oliver Gugger
702f0d7ced
lnrpc: generate JSON/WASM client stubs
2021-08-03 13:44:36 +02:00
Oliver Gugger
dd749fe580
lnrpc: update grpc-gateway library to v2
2021-07-27 13:09:59 +02:00
Olaoluwa Osuntokun
60250f0a04
Merge pull request #5034 from Roasbeef/m1-go1.16
...
build: switch all builds systems and CI/ID to go 1.16, update min go version, add support for compiling M1 binaries
2021-04-21 08:59:46 -07:00
Olaoluwa Osuntokun
af0fc09f62
multi: update build systems and CI/CD to go 1.16
2021-04-13 15:57:21 -07:00
Hampus Sjöberg
af99f70e48
mobile: re-enitialize listeners with RecreateListeners
2021-04-06 15:34:26 +02:00
Johan T. Halseth
321141600e
mobile/bindings: update API for falafel v0.8.1
2021-04-06 10:49:50 +02:00
Olaoluwa Osuntokun
caac0e6347
build: update CI builds to use go 1.15.7
2021-02-03 16:51:40 -08:00
Oliver Gugger
3bcfe931f9
make+lnrpc: compile mobile RPC with docker too
...
Now that we have a base docker image that has all our RPC compilation
dependencies installed, we can also run the mobile RPC compilation
there. This removes the need to install falafel and goimports on the
local machine.
2021-01-28 10:29:02 +01:00
Oliver Gugger
e9a0f36786
make+lnrpc: use docker to compile protos
...
This commit aims to make it easier for developers to compile our
protobuf definitions. They now only need to have docker installed
instead of a whole set of binaries and libraries all pinned to very
specific versions.
2021-01-28 10:27:09 +01:00