Skip to content

Commit 212bda6

Browse files
committed
Install Protoc Go Pluginon github runners
1 parent d379b4a commit 212bda6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
with:
2222
go-version: '1.18' # Specify the Go version.
2323

24+
- name: Install Protoc Go Plugin
25+
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
26+
27+
- name: Add GOPATH/bin to PATH
28+
run: echo "$GOPATH/bin" >> $GITHUB_PATH
29+
2430
- name: Set Version
2531
id: version
2632
run: |

0 commit comments

Comments
 (0)