Skip to content

fix(deps): update module sigs.k8s.io/gateway-api to v1.6.0 #359

fix(deps): update module sigs.k8s.io/gateway-api to v1.6.0

fix(deps): update module sigs.k8s.io/gateway-api to v1.6.0 #359

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build_validate_test:
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@0853da91ab09626a07d3495f3d31bed3ede22ed5 # main
secrets: inherit
e2e_test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26"
- name: e2e test
run: go test -v ./e2e/... -count=1