Skip to content

Commit

Permalink
feat(version): fix go version
Browse files Browse the repository at this point in the history
fix go version
  • Loading branch information
XdpCs committed Sep 14, 2024
1 parent 4f6c168 commit 25f227f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookie_entry_pre_go1.23.go → cookie_entry.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build go1.20 || go1.21 || go1.22
//go:build !go1.23

// 小于go1.20的版本会在编译时报错

Expand Down
2 changes: 1 addition & 1 deletion cookie_entry_go1.23.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !(go1.20 || go1.21 || go1.22)
//go:build go1.23

package openwechat

Expand Down

0 comments on commit 25f227f

Please sign in to comment.