Skip to content

Commit

Permalink
go1.21 and python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 12, 2023
1 parent 807c2da commit 0d8211a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ["1.19.x", "1.20.x"]
go: ["1.20.x", "1.21.x"]

steps:
- name: Setup Go ${{ matrix.go }}
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9.X"
python-version: "3.11.X"
architecture: "x64"

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

0 comments on commit 0d8211a

Please sign in to comment.