Skip to content

Upgrade Go to 1.20, other libraries to remove vulnerabilities #97

Upgrade Go to 1.20, other libraries to remove vulnerabilities

Upgrade Go to 1.20, other libraries to remove vulnerabilities #97

Workflow file for this run

name: V1 Python Tests
on:
push:
branches: [ master, rabbitmq* ]
pull_request:
branches: [ master, rabbitmq* ]
jobs:
python-tests:
runs-on: ubuntu-latest
container: seldonio/python-builder:0.8
steps:
- uses: actions/checkout@v2
- name: test-python
run: |
make -C python update_package install_dev test