Skip to content

Commit

Permalink
added go setup to doc step
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed May 16, 2024
1 parent da654d2 commit 6a97661
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6a97661

Please sign in to comment.