Skip to content

Commit

Permalink
chore(deps): bump Python from 3.6 to 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
  • Loading branch information
rdimitrov committed Jun 10, 2022
1 parent 36a2930 commit c6e2540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup - Python
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
with:
python-version: 3.6
python-version: "3.10"
cache: "pip"
cache-dependency-path: "requirements-test.txt"

Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc
with:
version: v1.45.2
args: --timeout 3m
args: --timeout 3m

0 comments on commit c6e2540

Please sign in to comment.