Skip to content

Commit

Permalink
Upgrade to go 1.8.3 + update all dependency references
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jun 6, 2017
1 parent fbaffc5 commit 845f2ce
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go

go: 1.8.1
go: 1.8.3

dist: trusty

Expand Down
7 changes: 4 additions & 3 deletions .vagrant-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main() {
chmod +x /usr/local/bin/gimme
fi

sudo -u vagrant HOME=/home/vagrant bash -c 'gimme 1.8.1'
sudo -u vagrant HOME=/home/vagrant bash -c 'gimme 1.8.3'

if ! docker version; then
curl -sSL https://get.docker.io | sudo bash
Expand All @@ -31,17 +31,18 @@ main() {
cat >/home/vagrant/.bash_profile <<EOF
export PATH="\$HOME/bin:\$HOME/go/bin:\$PATH"
export GOPATH="\$HOME/go"
eval "\$(gimme 1.8.1)"
eval "\$(gimme 1.8.3)"
set -o vi
EOF

chown vagrant:vagrant /home/vagrant/.bash_profile
chown -R vagrant:vagrant /home/vagrant/go

sudo -u vagrant HOME=/home/vagrant bash <<EOBASH
source \$HOME/.bash_profile
go get github.com/FiloSottile/gvt
go get -u github.com/alecthomas/gometalinter
gometalinter --install
gometalinter --install || echo look whatever OK
EOBASH
}

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- more debug logging
- step-write-worker-info: report the job type (amqp/http/file) in instance line
- processor: check for cancellation in between various steps
- build: support and build using Go 1.8.3

### Deprecated

Expand Down
Loading

0 comments on commit 845f2ce

Please sign in to comment.