Skip to content

Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 #118

Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0

Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 #118

Workflow file for this run

---
name: Upgrade command
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-command:
name: subctl upgrade command
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
using: ['', 'globalnet,lighthouse']
steps:
- name: Check out the subctl repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Check out the shipyard repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
repository: submariner-io/shipyard
path: shipyard
ref: ${{ github.base_ref }}
- name: Deploy old environment
run: make deploy-latest using="${{ matrix.using }}"
- name: Build new subctl
run: make cmd/bin/subctl
- name: Run upgrade command
run: cmd/bin/subctl upgrade
- name: Run e2e tests
run: make e2e
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel