Skip to content

Commit

Permalink
Merge pull request #294 from cavokz/add-go-1.22-to-the-drill
Browse files Browse the repository at this point in the history
Add Go 1.22 to the drill
  • Loading branch information
cavokz committed Jun 5, 2024
2 parents f8cde83 + 85a9bf0 commit 5bc4153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
cache: false

- name: Install dependencies
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.18", "1.21"]
go-version: ["1.18", "1.22"]
python-version: ["3.8", "3.12"]
os: ["ubuntu-latest", "macos-latest"]

Expand Down

0 comments on commit 5bc4153

Please sign in to comment.