Skip to content

Bump golang.org/x/text from 0.19.0 to 0.21.0 #700

Bump golang.org/x/text from 0.19.0 to 0.21.0

Bump golang.org/x/text from 0.19.0 to 0.21.0 #700

Workflow file for this run

---
name: End to End Default
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
permissions: {}
jobs:
e2e:
name: E2E
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft')
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- 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