Skip to content

Commit

Permalink
CI: support go 1.20 & 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Oct 16, 2023
1 parent acce82c commit 350fa30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go-version: [ "1.20" ]
go-version:
- "1.20"
- "1.21"

include:
- os: ubuntu-latest
Expand Down

0 comments on commit 350fa30

Please sign in to comment.