feature/epic2-core-services #6

Merged
master merged 60 commits from feature/epic2-core-services into main 2025-11-07 10:23:20 +01:00
Showing only changes of commit ad4ecaed1f - Show all commits

View File

@@ -35,8 +35,7 @@ jobs:
- name: Install protoc and plugins
run: |
apt-get update
apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
@@ -100,8 +99,7 @@ jobs:
- name: Install protoc and plugins
run: |
apt-get update
apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
@@ -146,8 +144,7 @@ jobs:
- name: Install protoc and plugins
run: |
apt-get update
apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest