Skip to content

Bump golang.org/x/crypto from 0.0.0-20190510104115-cbcb75029529 to 0.31.0 in /executor/hack/tools #3131

Bump golang.org/x/crypto from 0.0.0-20190510104115-cbcb75029529 to 0.31.0 in /executor/hack/tools

Bump golang.org/x/crypto from 0.0.0-20190510104115-cbcb75029529 to 0.31.0 in /executor/hack/tools #3131

Workflow file for this run

name: V1 Python Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
python-lint:
runs-on: ubuntu-latest
container: seldonio/python-builder:0.8
steps:
- uses: actions/checkout@v2
- name: lint-python
run: |
make -C python install_dev lint