Commit graph

5 commits

Author SHA1 Message Date
positiveblue
033991dbad
build: update go to v1.19.4-beta 2023-01-06 01:53:11 -08:00
positiveblue
16b80f269b
mock: stop sharing the gocache with the docker
The docker image was sharing the cache dir with the host and that was
causing some permission problems in our ci (github actions).
2022-08-04 22:36:43 -07: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
b63e0051fd
multi: use Golang 1.18 everywhere 2022-08-03 19:26:01 +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