third_party/go: unbreak build

This was missed in gerrit/486. Whoops, we should CI sooner than later.

Change-Id: Ic70b742c75d52dd615d4e2f946233783d156cead
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index 6bb3f90..0c93215 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -1738,6 +1738,6 @@
     go_repository(
         name = "com_github_piranha_gostatic",
         importpath = "github.com/piranha/gostatic",
-        sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadaaa=",
-        version = "v0.0.0-20200923134324-2.24",
+        sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
+        version = "v0.0.0-20200923134324-eb52cbb4fb83",
     )