Bump the gomod group with 2 updates #4686
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@11bd71901bbe5b1630ceea73d27597364c9af683 | |
- 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 |