Skip to content

[1.17] Add support for listener level warnings (#10490) #99

[1.17] Add support for listener level warnings (#10490)

[1.17] Add support for listener level warnings (#10490) #99

Workflow file for this run

name: Cache Setup
on:
# We utilize this job to seed the GitHub action cache(s) for the LTS branch
push:
branches:
- 'main'
- 'v1.**.x'
jobs:
setup-mod-cache:
name: Setup Go Modules Cache
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Prep Go Runner
uses: ./.github/workflows/composite-actions/prep-go-runner