Skip to content

Bump github.com/gardener/gardener from 1.85.0 to 1.86.0 #305

Bump github.com/gardener/gardener from 1.85.0 to 1.86.0

Bump github.com/gardener/gardener from 1.85.0 to 1.86.0 #305

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- run: make test