Skip to content

Commit d915323

Browse files
authored
chore: installing go in runner (#1433)
1 parent 13a70bf commit d915323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
with:
4040
java-version: '17'
4141
distribution: 'temurin'
42+
- name: Install Go
43+
uses: actions/setup-go@v4
44+
with:
45+
go-version: '1.20'
4246

4347
# Run dokka and create tar
4448
- name: Generate documentation

0 commit comments

Comments
 (0)