Skip to content

Commit b873268

Browse files
committed
Update Go stack
Fixes #232. (I think) Can confirm this change causes it to install golang-1.10, but don't have anything to test against handy.
1 parent b29bd7a commit b873268

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)