Skip to content

Commit

Permalink
Upgrade to go1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Oct 25, 2016
1 parent aa12036 commit 264345f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.7.1
- 1.7.3

before_script:
- echo $HOSTNAME
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### Unreleased

* Upgrade to Go 1.7.3

### [v1.3.3](https://github.com/eBay/fabio/releases/tag/v1.3.3) - 12 Oct 2016

* Drop support for Go 1.6
Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -z "$v" ]] ; then
fi

go get -u github.com/mitchellh/gox
for go in go1.7.1 ; do
for go in go1.7.3 ; do
echo "Building fabio with ${go}"
gox -gocmd ~/${go}/bin/go -tags netgo -output "${basedir}/build/builds/fabio-${v}/fabio-${v}-${go}-{{.OS}}_{{.Arch}}"
done
Expand Down

0 comments on commit 264345f

Please sign in to comment.