Skip to content

Commit

Permalink
Add Go 1.21 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuanliang committed Sep 7, 2023
1 parent 992c65e commit da5240c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nativebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
nativebuild:
strategy:
matrix:
go-version: [ "1.19", "1.20" ]
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ "1.19", "1.20" ]
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit da5240c

Please sign in to comment.