From cc7c133ea781f5326754687d9678f0ccbde0dd85 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Wed, 24 Apr 2024 11:43:37 -0300 Subject: [PATCH] go: fix tests for vendored go --- tests/go/fixtures/vendored/vendor/modules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/go/fixtures/vendored/vendor/modules.txt b/tests/go/fixtures/vendored/vendor/modules.txt index a6a6834..61481cf 100644 --- a/tests/go/fixtures/vendored/vendor/modules.txt +++ b/tests/go/fixtures/vendored/vendor/modules.txt @@ -1,2 +1,3 @@ # golang.org/x/net v0.0.0-20191105084925-a882066a44e0 +## explicit; go 1.11 golang.org/x/net/netutil