diff --git a/e107_tests/lib/ci/salt/salt-bootstrap.go b/e107_tests/lib/ci/salt/salt-bootstrap.go index 87f1a6b13..8e0759664 100644 --- a/e107_tests/lib/ci/salt/salt-bootstrap.go +++ b/e107_tests/lib/ci/salt/salt-bootstrap.go @@ -1,7 +1,7 @@ /* * e107 website system * - * Copyright (C) 2008-2022 e107 Inc (e107.org) + * Copyright (C) 2008-2025 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @@ -20,7 +20,7 @@ import ( func main() { http.DefaultTransport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true} - response, err := http.Get("https://bootstrap.saltproject.io") + response, err := http.Get("https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh") if err != nil { panic(err) }