Skip to content

Commit

Permalink
Patching go releaser (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnomalRoil committed Apr 27, 2022
1 parent 7cb6698 commit fc95f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Install Protoc-gen-go
run: |
GO111MODULE=off go install github.com/golang/protobuf/protoc-gen-go@v1.28.0
GO111MODULE=off go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go install github.com/golang/protobuf/protoc-gen-go@v1.28.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go mod tidy
- name: Get latest release version number
Expand Down

0 comments on commit fc95f73

Please sign in to comment.