Skip to content

Commit

Permalink
setup go in stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jixiang Jiang committed Mar 18, 2022
1 parent c55a272 commit ae0b168
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ jobs:
- name: Install protobuf compiler (it's not already included in CI runner)
run: sudo apt install -y libprotobuf-dev protobuf-compiler

# We require a minimal Go version of 1.17.
- uses: actions/setup-go@v2
with:
go-version: "1.17.3"

- name: Install rust toolchain
run: rustup show
- run: make extra-ci-runner-setup
Expand Down

0 comments on commit ae0b168

Please sign in to comment.