Skip to content

Commit

Permalink
chore: 最低版本改为 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Oct 14, 2023
1 parent c3709c8 commit 89d827a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.18.x', '1.21.x']
go: ['1.19.x', '1.21.x']

steps:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require (

require golang.org/x/sys v0.13.0 // indirect

go 1.18
go 1.19

0 comments on commit 89d827a

Please sign in to comment.