Skip to content

Bump golang.org/x/time from 0.7.0 to 0.9.0 in the gomod group #1505

Bump golang.org/x/time from 0.7.0 to 0.9.0 in the gomod group

Bump golang.org/x/time from 0.7.0 to 0.9.0 in the gomod group #1505

Workflow file for this run

---
name: End to End Tests
on:
pull_request:
permissions: {}
jobs:
e2e:
name: E2E
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel