From 04ce969f1f9d3a19c7c8aca5a30b3628790c63ff Mon Sep 17 00:00:00 2001 From: Walluce Pinkham Date: Wed, 13 Apr 2022 15:27:28 +0100 Subject: [PATCH] Added another file in the attempt to fix golang tests --- testing/resources/golang_hooks_repo/go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/resources/golang_hooks_repo/go.mod b/testing/resources/golang_hooks_repo/go.mod index 523bfc9f..8796cc7a 100644 --- a/testing/resources/golang_hooks_repo/go.mod +++ b/testing/resources/golang_hooks_repo/go.mod @@ -1 +1,5 @@ module golang-hello-world + +go 1.17 + +require github.com/BurntSushi/toml v1.1.0 // indirect