Commit graph

9 commits

Author SHA1 Message Date
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