Skip to content

CLOUD-727: Bump the k8s-ecosystem group across 1 directory with 4 updates #5332

CLOUD-727: Bump the k8s-ecosystem group across 1 directory with 4 updates

CLOUD-727: Bump the k8s-ecosystem group across 1 directory with 4 updates #5332

Workflow file for this run

name: Run tests
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Setup Go
uses: actions/setup-go@v7
with:
go-version: "^1.26"
- name: Perform the test
run: make test