Skip to content

Commit

Permalink
set go version in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Feb 20, 2024
1 parent e565c62 commit a0f68b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ensure-docs-compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- shell: bash
run: make generate
- shell: bash
Expand Down

0 comments on commit a0f68b7

Please sign in to comment.