aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/commit_poll_test.go
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2019-10-11 13:40:59 +1100
committerDmitry Vyukov <dvyukov@google.com>2020-01-29 16:01:06 +0100
commitc7484f62922a106cd69af6fb3ef96f221ee6c880 (patch)
tree6ed37b09110e05e5bb5bf9b312e72875cba83748 /dashboard/app/commit_poll_test.go
parentc8e81ce4c7e3b59e7c83c6fab56c217916f3b3b6 (diff)
dashboard: update to go111 runtime
The old go 1.9 App Engine runtime is now deprecated. Update to the go 1.11 runtime, which still allows us to use the old App Engine library (removed in the 1.12 runtime). Closes: #1461 ("dashboard: port app to go111/go112 runtime") Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Diffstat (limited to 'dashboard/app/commit_poll_test.go')
-rw-r--r--dashboard/app/commit_poll_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/commit_poll_test.go b/dashboard/app/commit_poll_test.go
index 48c86292f..207ea4fc6 100644
--- a/dashboard/app/commit_poll_test.go
+++ b/dashboard/app/commit_poll_test.go
@@ -3,7 +3,7 @@
// +build aetest
-package dash
+package main
import (
"sort"