We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7fcd47 + c02afc0 commit 482fc87Copy full SHA for 482fc87
1 file changed
.github/workflows/reference-docs.yaml
@@ -120,12 +120,6 @@ jobs:
120
path: website
121
fetch-depth: 0
122
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
-
129
- name: Checkout agentgateway source repository
130
uses: actions/checkout@v4
131
with:
@@ -134,6 +128,12 @@ jobs:
134
path: agentgateway
135
ref: ${{ matrix.ref }}
136
+ - name: Setup Go for docs generation
132
+ uses: actions/setup-go@v6
133
+ with:
+ go-version-file: agentgateway/go.mod
+ cache: false
+
137
- name: Generate agentgateway API docs
138
run: |
139
pushd website || exit 1
0 commit comments