Skip to content

Commit

Permalink
update go-generate job (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingajkin <[email protected]>
  • Loading branch information
denis-tingaikin authored Oct 21, 2020
1 parent abb45b1 commit 83952dc
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
version: '3.8.0'
- uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15
- name: Install proto-gen-go
run: go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.3
run: go get -u github.com/golang/protobuf/protoc-gen-go@v1.4.2
- name: Install proto-gen-go
run: go get github.com/searKing/golang/tools/cmd/go-syncmap
- name: Generate files
Expand Down
257 changes: 187 additions & 70 deletions pkg/tools/callback/callback.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83952dc

Please sign in to comment.