Skip to content

Commit

Permalink
harmonize go releaser config versions (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Jan 11, 2022
1 parent c4beb72 commit 6405db0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: '^1.17'
-
name: Install Protoc
uses: arduino/setup-protoc@v1.1.2
with:
version: '3.12.3'
version: '3.14.0'
-
name: Install Protoc-gen-go
run: |
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 install github.com/golang/protobuf/protoc-gen-go@v1.4.3
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
go mod tidy
-
name: Run GoReleaser
Expand Down

0 comments on commit 6405db0

Please sign in to comment.