Skip to content

Commit

Permalink
ci: Update Go matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
  • Loading branch information
akerouanton committed Oct 27, 2023
1 parent 58542c7 commit ce5688c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go: ["1.13.x", "1.15.x", "1.16.x"]
go: ["1.13.x", "1.20.x", "1.21.x"]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go: ["1.13.x", "1.15.x", "1.16.x"]
go: ["1.13.x", "1.20.x", "1.21.x"]
platform: [windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit ce5688c

Please sign in to comment.