From 4e9fbee1e2ef39ff56bdfb19126a9b1a8a841eb4 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 15 Mar 2022 18:09:19 -0400 Subject: ci: Build on Go 1.18, bump actions versions (#4637) * ci: Build on Go 1.18, bump actions versions * Revert linter version bump for now * Try linter again --- listeners_fuzz.go | 1 + 1 file changed, 1 insertion(+) (limited to 'listeners_fuzz.go') diff --git a/listeners_fuzz.go b/listeners_fuzz.go index 823d0be..95f1e32 100644 --- a/listeners_fuzz.go +++ b/listeners_fuzz.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build gofuzz // +build gofuzz package caddy -- cgit v1.2.3