|
|
@@ -44,6 +44,15 @@ jobs:
|
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
+ - name: Setup Go
|
|
|
+ uses: actions/setup-go@v5
|
|
|
+ with:
|
|
|
+ go-version-file: 'go.mod'
|
|
|
+ cache: true
|
|
|
+
|
|
|
+ - name: grpc
|
|
|
+ run: make -w grpc
|
|
|
+
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
|
uses: github/codeql-action/init@v3
|