Skip to content

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #82

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net

VULN-1917 Upgrade golang.org/x/text and golang.org/x/net #82

Workflow file for this run

name: V1 Docs Test
on:
push:
branches: [ master, rabbitmq* ]
pull_request:
branches: [ master, rabbitmq* ]
jobs:
docs-lint:
runs-on: ubuntu-latest
container: seldonio/core-builder:0.27
steps:
- uses: actions/checkout@v2
- name: docs-link-step
run: |
make -C doc install-dev linkcheck
docs-build:
runs-on: ubuntu-latest
container: seldonio/core-builder:0.27
steps:
- uses: actions/checkout@v2
- name: docs-build-step
run: |
make -C doc install-dev html