Skip to content

Commit

Permalink
Merge branch 'master' into release/v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Apr 15, 2021
2 parents 277e1e9 + a2ba475 commit a5ee729
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 @@ -27,8 +27,8 @@ jobs:
-
name: Install Protoc-gen-go
run: |
go get github.com/golang/protobuf/protoc-gen-go@v1.4.2
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v0.0.0-20200617041141-9a465503579e
GO111MODULE=off go get github.com/golang/protobuf/protoc-gen-go@v1.4.2
GO111MODULE=off go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v0.0.0-20200617041141-9a465503579e
go mod tidy
-
name: Run GoReleaser
Expand Down

0 comments on commit a5ee729

Please sign in to comment.