Skip to content

Commit 48eda09

Browse files
committed
link to faq entry in go.mod
1 parent 02dae18 commit 48eda09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ module github.com/evanw/esbuild
44
// themselves for old OS versions. Please do not change this.
55
go 1.13
66

7+
// This dependency cannot be upgraded or esbuild would no longer
8+
// compile with Go 1.13. Please do not change this. For more info,
9+
// please read this: https://esbuild.github.io/faq/#old-go-version
710
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8

0 commit comments

Comments
 (0)