Skip to content

Bump the all-go-mod-patch-and-minor group across 1 directory with 41 updates #2501

Bump the all-go-mod-patch-and-minor group across 1 directory with 41 updates

Bump the all-go-mod-patch-and-minor group across 1 directory with 41 updates #2501

name: build-e2e-test-binaries
on:
push:
tags:
- v*
branches:
- main
pull_request:
paths:
- '**'
permissions:
contents: read
pull-requests: read
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
check-latest: true
cache: true
- name: build e2e test binaries
run: make e2e-tests-binary e2e-test