Skip to content

Commit

Permalink
chore: installing go in runner (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Dec 4, 2024
1 parent 13a70bf commit d915323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

# Run dokka and create tar
- name: Generate documentation
Expand Down

0 comments on commit d915323

Please sign in to comment.