Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Mar 9, 2024
1 parent 00ab012 commit 7544227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Test
strategy:
matrix:
go: ['1.20', '1.19', '1.18', '1.17']
go: ['1.21', '1.20', '1.19']
platform: [ubuntu-latest] # can not run in windows OS
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7544227

Please sign in to comment.