Skip to content

Commit d8d6a1d

Browse files
committed
further fixes to the ensure-docs-compiled
1 parent e6a38bc commit d8d6a1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ensure-docs-compiled.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Checkout 🛎
1212
uses: actions/checkout@v2
1313
- uses: actions/setup-go@v4
14+
with:
15+
go-version: '1.22'
16+
check-latest: true
1417
- shell: bash
1518
run: make generate
1619
- shell: bash

0 commit comments

Comments
 (0)