Skip to content

1.17 - Relax gloogateway.Context validation (#10153) #895

1.17 - Relax gloogateway.Context validation (#10153)

1.17 - Relax gloogateway.Context validation (#10153) #895

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