thinkerou
77649bcfee
support Go v1.16 version ( #2638 )
2021-04-21 07:38:54 +08:00
thinkerou
ee4de846a8
Remove go1.12 support ( #2679 )
...
* Revert "Adding ppc64le architecture support on travis-ci (#2538 )"
This reverts commit fca3f95d7c
.
* not support go1.12
* fix
* Update errors_test.go
* Update debug.go
2021-04-12 00:29:34 +08:00
Alexander Melentyev
e899771392
chore: Deleted spaces ( #2622 )
2021-01-27 09:58:21 +08:00
thinkerou
a28cc088b5
Revert "Adding ppc64le architecture support on travis-ci ( #2538 )" ( #2602 )
2021-01-10 23:51:02 +08:00
kishor kunal raj
fca3f95d7c
Adding ppc64le architecture support on travis-ci ( #2538 )
...
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2021-01-03 22:30:22 +08:00
thinkerou
16cd8cdd4e
ci: romove go1.11 for gin1.7 ( #2540 )
2020-10-25 17:08:30 +08:00
AllinGo
b94d23d1b4
support go 1.15 ( #2463 )
2020-08-12 09:28:51 +08:00
thinkerou
094b3fdb39
ci support go1.14 ( #2262 )
2020-02-26 10:27:03 +08:00
Antoine GIRARD
fd8a65b252
Add build tag nomsgpack ( #1852 )
...
* add build tag nomsgpack
* Update copyright
* Update copyright
2020-01-07 11:31:10 +08:00
thinkerou
3c8e29b53c
drop support govendor ( #2148 )
2019-11-25 15:42:23 +08:00
thinkerou
2ee0e96394
Drop support go1.10 ( #2147 )
2019-11-24 23:07:56 +08:00
thinkerou
0b96dd8ae5
chore: remove env var for go master branch ( #2056 )
2019-09-22 15:35:34 +08:00
thinkerou
c3f7fc399a
chore: support go1.13 ( #2038 )
...
* chore: support go1.13
* chore: remove env var for go1.13
2019-09-04 12:26:50 +08:00
Dan Markham
fc920dc561
Drop Support for go1.8 and go1.9 ( #1933 )
2019-06-28 23:43:07 +08:00
Dan Markham
094f9a9105
v1.4.0 + #1631 (remove go1.6/go1,7 support) ( #1851 )
...
* remove go1.6 support
* remove build tag
* remove todo
* remove go1.6 support: https://github.com/gin-gonic/gin/pull/1383/commits
* update readme
* remove go1.7 support
* fix embedmd error
* test
* revert it
* revert it
* remove context_17
* add pusher test
* v1.4.0 rc1
2019-05-07 18:32:32 +08:00
sekky0905
bcf36ade9f
Remove sudo setting from travis.yml ( #1816 )
2019-03-16 16:09:10 +08:00
田欧
70a0aba3e4
travisci: use go module when go11+ ( #1800 )
2019-03-08 23:18:52 +08:00
田欧
0feaf8cbd8
Split examples to alone repo ( #1776 )
...
* split examples to alone repo
* vendor
* fix package error
* add examples/README.md
2019-03-01 23:42:41 +08:00
田欧
d6adc8d0cc
chore: add go1.12 support ( #1780 )
...
* chore: add go1.12 support
* Update .travis.yml
2019-02-26 10:45:44 +08:00
田欧
523435e524
attempt to support go module ( #1569 )
...
* support go module
* update golint package url
* update golint
2018-10-15 12:52:51 +08:00
Bo-Yi Wu
91a4459dd2
remove allow fail flag ( #1573 )
...
golang team revert the net/url issue: https://github.com/golang/go/issues/27302
2018-09-27 09:58:47 +08:00
田欧
b02e4f2ed6
ci: fast finish when build failed ( #1568 )
2018-09-25 21:52:21 +08:00
Javier Provecho Fernandez
c617b6241a
chore: recover go master build, partial revert #1514 ( #1561 )
...
* chore: recover go master build, partial revert #1514
* chore: add master to go branch build targets
2018-09-20 09:13:04 +08:00
Bo-Yi Wu
09d342abbc
Add golang 1.11.x testing ( #1514 )
...
* Add golang 1.11.x testing
* remove the latest golang testing
See the issue: https://github.com/gin-gonic/gin/pull/1510
2018-08-30 14:22:51 +08:00
JINNOUCHI Yasushi
814ac9490a
Add example to build single binary with templates ( #1328 )
2018-04-22 15:04:38 +08:00
Eason Lin
ae22f0c870
chore(travis): add 1.10 version ( #1256 )
2018-02-22 21:00:20 +08:00
Davor Kapsa
5afc5b1973
travis: add 1.9.x instead 1.9 to go version ( #1105 )
...
1.9.x should be working now.
2017-09-11 22:33:19 +08:00
Bo-Yi Wu
030b1aaf72
chore(ci): replace travis ci go 1.9.x for 1.9 ( #1085 )
2017-08-26 19:37:19 +02:00
Bo-Yi Wu
fa391a4864
chore(ci): add go 1.9 version ( #1082 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-08-26 10:48:56 +02:00
Javier Provecho Fernandez
e38955615a
Merge pull request #520 from 178inaba/travis-import_path
2017-07-08 19:30:20 +02:00
Bo-Yi Wu
1e1e4fc867
Add Makefile to check the following thing ( #947 )
...
* Add Makefile to check the following thing.
* vet check
* fmt check
* embedmd check
* misspell check
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* remove unused variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-06-12 21:50:42 -05:00
Bo-Yi Wu
b8be9df642
docs: add graceful-shutdown example for go 1.8 ( #835 )
...
* docs: add graceful-shutdown example for go 1.8
* fix testing
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-16 10:38:30 -05:00
Bo-Yi Wu
28b18cd1fb
feat: support cygwin for log writer. ( #834 )
2017-03-15 20:15:41 -05:00
Bo-Yi Wu
d94ee48fb7
Add go 1.8.x testing on travis ( #806 )
2017-02-17 16:38:56 +08:00
Bo-Yi Wu
7fcc6088c1
Support testing on latest version of golang.
2017-02-16 09:27:10 +08:00
Javier Provecho Fernandez
abcbfb5d68
Update .travis.yml
2016-12-07 00:26:09 +01:00
Bo-Yi Wu
83e2ea2e6b
testing on go latest version.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-04 09:56:14 +08:00
Javier Provecho Fernandez
9d9fd08859
Update TravisCI to Gitter webhook
2016-10-28 21:31:58 +02:00
Bo-Yi Wu
504b119742
remove coveralls services.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-10-28 23:18:24 +08:00
Javier Provecho Fernandez
eadf4da8f6
Add codecov.io
2016-10-19 11:22:08 +02:00
Bo-Yi Wu
7ec7df8b93
Add 1.7 test.
2016-10-12 22:23:43 +08:00
Bo-Yi Wu
9b95308930
Add 1.5 and 1.6 test.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-02-20 11:18:40 +08:00
178inaba
ce26751a5a
add import path to .travis.yml
2016-01-28 02:32:44 +09:00
Manu Mtz-Almeida
042046e1f8
Improves travis configuration
2015-06-06 17:35:30 +02:00
Javier Provecho Fernandez
da99d3d2d3
Add notifications/webhooks to .travis.yml
2015-05-20 10:37:52 +02:00
Manu Mtz-Almeida
792316b2e4
Fixes .travis.yml
2015-05-19 01:14:42 +02:00
Manu Mtz-Almeida
ac2a29dd73
Testing coveralls
2015-05-19 01:00:17 +02:00
Manu Mtz-Almeida
20213d6de3
Go 1.3 is not longer supported
2015-05-13 23:47:39 +02:00
Javier Provecho Fernandez
e5450a70e9
Migrate to travis new container builds
2014-12-29 12:49:59 +01:00
Manu Mtz-Almeida
b6be4ba58c
Updates travis. Only compile for Go1.3
2014-07-08 01:16:51 +02:00