Skip to content

Commit

Permalink
Improve CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 26, 2024
1 parent 0955365 commit 7c76af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
go: [ '1.19.x', '1.20.x', '1.21.x' , '1.22.x' ]
go: [ '1.21.x', '1.22.x', '1.23.x' ]

steps:
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
go: [ '1.19.x', '1.20.x', '1.21.x' , '1.22.x' ]
go: [ '1.21.x', '1.22.x', '1.23.x' ]

steps:
- name: Checkout
Expand Down

0 comments on commit 7c76af9

Please sign in to comment.