Browse Source

[fix] filtron.sh: fix filtron proxy error

morty & filtron upgrade golang from v1.13.5 to v1.17.2 (#stable go[1])

Closes: #443

[1] https://golang.org/dl/#stable
Alexandre Flament 3 years ago
parent
commit
5c4afdd737
2 changed files with 2 additions and 2 deletions
  1. 1 1
      utils/filtron.sh
  2. 1 1
      utils/morty.sh

+ 1 - 1
utils/filtron.sh

@@ -42,7 +42,7 @@ SERVICE_GROUP="${SERVICE_USER}"
 SERVICE_GROUP="${SERVICE_USER}"
 
 GO_ENV="${SERVICE_HOME}/.go_env"
-GO_PKG_URL="https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
+GO_PKG_URL="https://golang.org/dl/go1.17.2.linux-amd64.tar.gz"
 GO_TAR=$(basename "$GO_PKG_URL")
 
 APACHE_FILTRON_SITE="searx.conf"

+ 1 - 1
utils/morty.sh

@@ -28,7 +28,7 @@ SERVICE_GROUP="${SERVICE_USER}"
 SERVICE_ENV_DEBUG=false
 
 GO_ENV="${SERVICE_HOME}/.go_env"
-GO_PKG_URL="https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
+GO_PKG_URL="https://golang.org/dl/go1.17.2.linux-amd64.tar.gz"
 GO_TAR=$(basename "$GO_PKG_URL")
 
 # shellcheck disable=SC2034