Skip to content

Commit

Permalink
Update to Go 1.22
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 672691431
Change-Id: I469151b4c08e1f8743634ac1db8161f15e59dc14
  • Loading branch information
jessieqliu authored and copybara-github committed Sep 9, 2024
1 parent c628fe5 commit c8d84a3
Show file tree
Hide file tree
Showing 8 changed files with 364 additions and 1,298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v2
with:
go-version: '^1.20'
go-version: '^1.22'
- name: Set up Protobuf Compiler in Go environment
run: |
go install google.golang.org/protobuf/cmd/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v2
with:
go-version: '^1.20'
go-version: '^1.22'
- name: Set up Protobuf Compiler in Go environment
run: |
go install google.golang.org/protobuf/cmd/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and `go build` commands), or via [Bazel](https://bazel.build/).
### Using Go's Native Toolchain

1. Install `make` and `curl` via `apt-get install build-essential curl`.
2. [Install Go 1.20+](https://golang.org/doc/install).
2. [Install Go 1.22+](https://golang.org/doc/install).
3. [Install `protoc` version 3](https://grpc.io/docs/protoc-installation/).
4. [Install Go plugins for the protocol compiler](https://grpc.io/docs/languages/go/quickstart/#prerequisites).
* Specifically, run `go install
Expand Down
Loading

0 comments on commit c8d84a3

Please sign in to comment.