Skip to content

Commit e53bbd4

Browse files
authored
Merge pull request #234 from ocdtrekkie/update-golang
Update Go stack
2 parents 5007afa + b873268 commit e53bbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks/golang/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ set -euo pipefail
88
# The version of golang in the main repo is *ancient* (1.3.x); let's get
99
# ourselves a newer version:
1010

11-
echo 'deb http://httpredir.debian.org/debian/ jessie-backports main' >> \
11+
echo 'deb http://httpredir.debian.org/debian/ stretch-backports main' >> \
1212
/etc/apt/sources.list.d/backports.list
1313
apt-get update
14-
apt-get -t jessie-backports install -y golang
14+
apt-get -t stretch-backports install -y golang
1515

1616
# Needed for fetching most dependencies:
1717
apt-get install -y git

0 commit comments

Comments
 (0)