File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 12
12
test :
13
13
strategy :
14
14
matrix :
15
- webrpc-gen : [v0.6.1 ]
15
+ webrpc-gen : [v0.7.0 ]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v3
@@ -23,11 +23,12 @@ jobs:
23
23
- name : Install goimports
24
24
run : go install golang.org/x/tools/cmd/goimports@latest
25
25
- name : Install webrpc-gen
26
- # run: go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
27
- run : |
28
- git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
29
- cd webrpc
30
- make install
26
+ run : go install github.com/webrpc/webrpc/cmd/webrpc-gen@${{ matrix.webrpc-gen }}
27
+ # - name: Install webrpc-gen (development)
28
+ # run: |
29
+ # git clone --single-branch https://github.com/golang-cz/webrpc.git --branch templates_v0.7.0
30
+ # cd webrpc
31
+ # make install
31
32
- name : Regenerate examples
32
33
run : cd _examples && make generate
33
34
- name : Git diff of regenerated files
You can’t perform that action at this time.
0 commit comments