We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5007afa + b873268 commit e53bbd4Copy full SHA for e53bbd4
stacks/golang/setup.sh
@@ -8,10 +8,10 @@ set -euo pipefail
8
# The version of golang in the main repo is *ancient* (1.3.x); let's get
9
# ourselves a newer version:
10
11
-echo 'deb http://httpredir.debian.org/debian/ jessie-backports main' >> \
+echo 'deb http://httpredir.debian.org/debian/ stretch-backports main' >> \
12
/etc/apt/sources.list.d/backports.list
13
apt-get update
14
-apt-get -t jessie-backports install -y golang
+apt-get -t stretch-backports install -y golang
15
16
# Needed for fetching most dependencies:
17
apt-get install -y git
0 commit comments