Skip to content

Commit

Permalink
v2raya: fix build for Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 23, 2023
1 parent a2cd4ae commit 6340554
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v2raya/patches/010-go-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/v2rayA/v2rayA

-go 1.21.0
+go 1.21

require (
github.com/daeuniverse/outbound v0.0.0-20230819151251-3ce60883d337

0 comments on commit 6340554

Please sign in to comment.