Commit graph

15 commits

Author SHA1 Message Date
saubyk
5b308eeb3f
.github: add gateway workflow
Adds the gateway consumer workflow shim that triggers on PR
comments, review re-requests, and PR close events.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 18:33:39 -07:00
Elle Mouton
c349ba18de
.github: update GO_VERSION 2025-03-05 12:37:50 +02:00
Elle Mouton
a5aeebb11f
.github: cancel in progress workflows 2025-03-05 12:37:50 +02:00
Elle Mouton
9ee62d00f8
.github: update actions/cache to v4 2025-03-05 12:31:28 +02:00
Oliver Gugger
c11f6971ad
GitHub+Dockerfile: bump Go version to v1.22.3 2024-05-31 10:39:24 +02:00
positiveblue
033991dbad
build: update go to v1.19.4-beta 2023-01-06 01:53:11 -08:00
Oliver Gugger
e1b141d849
GitHub: remove docker image cache, set up golang
The docker build image cache seems to cause more problems and take
longer to load than it would take to build the image from scratch, so we
remove it.
Instead we make sure that we use the latest version of the 1.18 Golang
branch.
2022-08-04 14:43:08 +02:00
Oliver Gugger
1c9de5652e
multi: add fuzzer to make 2022-08-03 20:33:07 +02:00
Oliver Gugger
b63e0051fd
multi: use Golang 1.18 everywhere 2022-08-03 19:26:01 +02:00
Oliver Gugger
791f4a8d56
multi: update to Go 1.17.12 2022-07-13 09:32:00 +02:00
Oliver Gugger
379b35fe03
GitHub: add automatic Docker build 2022-07-12 21:29:03 +02:00
positiveblue
f98f27b2fd
mock: Add mockgen workflow
- `make mock`: generates all the mocks for testing.
- `mock-check`: generates all the mocks + checks if any *.go file changed.
- `make gen`: generates all the auto generated files (protos + mocks).
- Add `mock-check` to our CI
2021-11-10 14:05:10 -08:00
Oliver Gugger
164b335c4d
ci: add GitHub CI workflow 2021-10-29 17:41:12 +02:00
carla
a4cd7a6056
github: add pull request template with minimum lnd version warning 2021-08-20 16:49:43 +02:00
Oliver Gugger
52adbec87e
GitHub: add issue templates
To make initial triage easier and nudge people into reading the
documentation and gathering information before submitting an issue, we
add three issue templates: bug reports, feature requests and "other".
2021-03-09 11:12:11 +01:00