Skip to content

Commit

Permalink
Merge branch 'main' into wholesale-port-management-989
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 20, 2023
2 parents c88478b + 1517bde commit a9c60b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up Go 1.17
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: "1.17"
go-version: "1.20"

- name: Install tox
run: pip install tox
Expand Down

0 comments on commit a9c60b1

Please sign in to comment.