Skip to content

Commit

Permalink
[github/actions] add windows os test and remove go-1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Sep 7, 2024
1 parent de92878 commit 7f41394
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 @@ -16,9 +16,9 @@ jobs:
os: [
ubuntu-latest,
macos-latest,
#windows-2022,
windows-latest,
]
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
go-version: ['1.18', '1.19', '1.20', '1.21', '1.22']
# See supported Go release schedule at https://golang.org/doc/devel/release.html
#
steps:
Expand Down

0 comments on commit 7f41394

Please sign in to comment.