build(deps): bump Go to 1.24 (#2060)

* build(deps): bump Go to 1.24
This commit is contained in:
ze0s 2025-05-01 16:36:55 +02:00 committed by GitHub
parent b980b5530d
commit 1ae8624e05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 15 additions and 24 deletions

View file

@ -141,7 +141,7 @@ func (s *service) Test(ctx context.Context, proxy *domain.Proxy) error {
}
if resp.StatusCode != http.StatusOK {
return errors.New(resp.Status)
return errors.New("got unexpected status code: %d", resp.StatusCode)
}
s.log.Debug().Msgf("proxy %s test OK!", proxy.Addr)