Skip to content

Commit

Permalink
ci/ensuredocs: upgrade Go
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Feb 10, 2022
1 parent 6b5c703 commit eab2f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ensure-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: pow
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: check out code
uses: actions/checkout@v1
- name: generate docs
Expand Down

0 comments on commit eab2f94

Please sign in to comment.