Skip to content

Commit

Permalink
clean go releaser mod (#801)
Browse files Browse the repository at this point in the history
unclear why this behavior changed on newer go 1.14. unclear if there's anything else that could cause it from google searches
  • Loading branch information
willscott committed Apr 15, 2021
1 parent dbeff67 commit a2ba475
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 a2ba475

Please sign in to comment.