Skip to content

Commit

Permalink
Go version update on CI (#826)
Browse files Browse the repository at this point in the history
* update go version to 1.17
  • Loading branch information
emmanuelm41 committed Oct 5, 2021
1 parent c28d33a commit d7281fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- uses: actions/cache@v2
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_tagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- uses: actions/cache@v2
id: cache
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
name: Set up 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
GO111MODULE=off go get github.com/golang/protobuf/protoc-gen-go@v1.5.2
GO111MODULE=off go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
go mod tidy
-
name: Run GoReleaser
Expand Down

0 comments on commit d7281fd

Please sign in to comment.