grim/hgkeeper

Move the image to golang 1.18

23 months ago, Gary Kramlich
3c93ac85c843
Move the image to golang 1.18
package http
import (
"net/http"
)
func healthHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}