Merging to release-5.3: [TT-13142] Fix panic when detailed analytics is turned on with SSE streaming (#6727) #3929
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: API Changes | |
on: | |
pull_request: | |
branches: | |
- master | |
- release-** | |
jobs: | |
godoc: | |
uses: TykTechnologies/github-actions/.github/workflows/godoc.yml@main | |
secrets: | |
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }} | |
with: | |
go-version: 1.22 |