Skip to content

Commit

Permalink
ci: 最小版本改为 go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Nov 27, 2023
1 parent d172fa9 commit a467100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
go: ['1.17.x', '1.21.x']
go: ['1.18.x', '1.21.x']

steps:

Expand Down

0 comments on commit a467100

Please sign in to comment.