From c7484f62922a106cd69af6fb3ef96f221ee6c880 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Fri, 11 Oct 2019 13:40:59 +1100 Subject: 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 --- dashboard/app/commit_poll_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/commit_poll_test.go') 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" -- cgit mrf-deployment