Skip to content

Bump k8s.io/code-generator from 0.31.1 to 0.31.2 in /tools in the gomod group #4677

Bump k8s.io/code-generator from 0.31.1 to 0.31.2 in /tools in the gomod group

Bump k8s.io/code-generator from 0.31.1 to 0.31.2 in /tools in the gomod group #4677

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 45
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Install an old cluster, upgrade it and check it
uses: submariner-io/shipyard/gh-actions/upgrade-e2e@devel
- name: Post Mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel