Skip to content

Commit

Permalink
Merge pull request #41 from routeviews/actionz
Browse files Browse the repository at this point in the history
Issue 40: Update python and golang versions.
  • Loading branch information
morrowc authored Sep 29, 2023
2 parents 9199584 + 52bcc0d commit e57be10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.6"
python-version: "3.10"

- name: Install pinned dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.16
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit e57be10

Please sign in to comment.