Bump golang 1.4

This commit is contained in:
Matthew Dillon 2014-12-22 08:48:18 -09:00
parent ea73ecedb9
commit 2aab7a5932

View file

@ -3,7 +3,7 @@ language: go
addons:
postgresql: 9.3
go: 1.3
go: 1.4
before_script:
- psql -c 'CREATE DATABASE bactdbtest;' -U postgres