Skip to content

Commit

Permalink
github ci add go1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jan 25, 2024
1 parent a98e29d commit 4234e1b
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 @@ -42,7 +42,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.19.x, 1.20.x ]
go-version: [1.19.x, 1.20.x, 1.21.x ]
platform: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -61,7 +61,7 @@ jobs:
name: TestOnWindows
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x ]
go-version: [ 1.19.x, 1.20.x, 1.21.x ]
platform: [ windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 4234e1b

Please sign in to comment.