Skip to content

feat: Add Gloo Edge provider for basic VirtualService to HTTPRoute translation #274

feat: Add Gloo Edge provider for basic VirtualService to HTTPRoute translation

feat: Add Gloo Edge provider for basic VirtualService to HTTPRoute translation #274

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@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: '1.25.8'
cache: true
- name: Check out code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Run tests
run: make all