Skip to content

CLOUD-727: Bump github.com/go-openapi/validate from 0.26.4 to 0.26.5 in the go-openapi group across 1 directory #6009

CLOUD-727: Bump github.com/go-openapi/validate from 0.26.4 to 0.26.5 in the go-openapi group across 1 directory

CLOUD-727: Bump github.com/go-openapi/validate from 0.26.4 to 0.26.5 in the go-openapi group across 1 directory #6009

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.0.1
- name: Setup Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '^1.26.0'
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Basic tests
run: make check
- name: envtest
run: ENVTEST_K8S_VERSION=1.35 make check-envtest