Skip to content

Commit 482fc87

Browse files
authored
Merge pull request #374 from agentgateway/adb-api-ref
[docs] Make Go dynamic for API docs gen
2 parents e7fcd47 + c02afc0 commit 482fc87

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/reference-docs.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ jobs:
120120
path: website
121121
fetch-depth: 0
122122

123-
- name: Setup Go for docs generation
124-
uses: actions/setup-go@v6
125-
with:
126-
go-version: 1.25.7
127-
cache: false
128-
129123
- name: Checkout agentgateway source repository
130124
uses: actions/checkout@v4
131125
with:
@@ -134,6 +128,12 @@ jobs:
134128
path: agentgateway
135129
ref: ${{ matrix.ref }}
136130

131+
- name: Setup Go for docs generation
132+
uses: actions/setup-go@v6
133+
with:
134+
go-version-file: agentgateway/go.mod
135+
cache: false
136+
137137
- name: Generate agentgateway API docs
138138
run: |
139139
pushd website || exit 1

0 commit comments

Comments
 (0)