Skip to content

agentgateway: drop unsupported frontend TLS annotations #230

agentgateway: drop unsupported frontend TLS annotations

agentgateway: drop unsupported frontend TLS annotations #230

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
permissions:
contents: read
jobs:
make-all:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25.5'
cache: true
- name: Check out code
uses: actions/checkout@v4
- name: Run tests
run: make all