Skip to content

Commit 8c7640f

Browse files
committed
go get -u google.golang.org/genproto
1 parent f7277d9 commit 8c7640f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
add-to-path: false
127127
- name: install and setup gomobile
128128
run: |
129+
go get -u google.golang.org/genproto
129130
go get -u golang.org/x/mobile/...
130131
go install golang.org/x/mobile/cmd/gobind@latest
131132
go install golang.org/x/mobile/cmd/gomobile@latest
@@ -157,6 +158,7 @@ jobs:
157158
go-version: ^1.24
158159
- name: install and setup gomobile
159160
run: |
161+
go get -u google.golang.org/genproto
160162
go get -u golang.org/x/mobile/...
161163
go install golang.org/x/mobile/cmd/gobind@latest
162164
go install golang.org/x/mobile/cmd/gomobile@latest

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
add-to-path: false
105105
- name: install and setup gomobile
106106
run: |
107+
go get -u google.golang.org/genproto
107108
go get -u golang.org/x/mobile/...
108109
go install golang.org/x/mobile/cmd/gobind@latest
109110
go install golang.org/x/mobile/cmd/gomobile@latest
@@ -135,6 +136,7 @@ jobs:
135136
go-version: ^1.24
136137
- name: install and setup gomobile
137138
run: |
139+
go get -u google.golang.org/genproto
138140
go get -u golang.org/x/mobile/...
139141
go install golang.org/x/mobile/cmd/gobind@latest
140142
go install golang.org/x/mobile/cmd/gomobile@latest

0 commit comments

Comments
 (0)