mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
revert: ignore
This commit is contained in:
parent
f1a432d366
commit
325485aff2
@ -21,7 +21,7 @@ func waitFor(addr string) {
|
||||
}
|
||||
|
||||
func httpGet(url string) string {
|
||||
resp, err := http.Get(url)
|
||||
resp, err := http.Get(url) //nolint:gosec
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user