Commit Graph

127 Commits

Author SHA1 Message Date
Steven Soroka b39c1974a2
update to go 1.15.5 (#8446) 2020-11-20 15:53:44 -07:00
Steven Soroka e158255d9b Get the build version from a static file 2020-10-21 23:12:18 -04:00
David Reimschussel 81dd120876 Update next_version to 1.17.0 2020-10-21 16:10:35 -06:00
reimda bfc1a87e1d
Add glibc version check for linux builds (#8278) 2020-10-16 15:08:07 -04:00
Steven Soroka b1b776f1e5
update to go 1.15 (#8220) 2020-10-07 14:51:49 -04:00
Patryk Małek 843ea4b6d3
Fix docker-image make target (#8005) 2020-09-03 09:38:19 -06:00
Sven Rebhan b5fafb4c95
Fix CI AppVeyor 'make check' errors for go 1.15 on windows (#8061)
Avoid writing to nul on windows.  On Appveyor, writing to nul creates a file instead of discarding output.  The file's existence creates errors later in the build.
2020-09-01 11:52:41 -06:00
Steven Soroka 5d999f85f0
fix docker build. update dockerfiles to Go 1.14 (#8051) 2020-08-28 16:39:55 -04:00
Daniel Nelson 72dec1b9c1
Fix arch name in deb/rpm builds (#7877) 2020-07-22 14:59:48 -07:00
Steven Soroka 9a5fd6588c
update go versions: 1.14.5, 1.13.13 (#7837) 2020-07-14 20:21:02 -04:00
Daniel Nelson 37f12ec6ea
Fix darwin package build flags (#7818) 2020-07-10 11:04:38 -07:00
Daniel Nelson ca19d164c4
Fix tag package version 2020-07-07 17:02:41 -07:00
Daniel Nelson 05537584df
Update next version 2020-07-07 14:47:10 -07:00
Jakub Warczarek eb06e027f0 Do not enable -race for GOARCH=386 2020-07-03 19:20:55 +02:00
Jakub Warczarek a9d023d567 Run all Go tests with flag -race 2020-07-03 18:49:02 +02:00
Daniel Nelson 3b54838eca
Only set version ldflags on tags 2020-06-30 00:49:09 -07:00
Daniel Nelson b6560c8b01
Build packages in makefile (#7759) 2020-06-30 00:15:28 -07:00
reimda 71b0b96241
Add processor to look up service name by port (#7540) 2020-05-27 15:42:59 -06:00
Asgaut Eng c12c55da96
Fix 'nil' file created by Makefile on Windows (#7224)
The /dev/null device on Windows is a virtual file named "nul" not "nil".
This fix works under both cmd.exe and Powershell.
2020-03-24 14:18:03 -07:00
Daniel Nelson 318a963a89
Check license of dependencies file for changes (#7108) 2020-03-09 14:47:28 -07:00
Daniel Nelson 8acf276afe
Use Go 1.13.8 to build official packages (#7079) 2020-02-25 12:05:44 -08:00
Daniel Nelson 5f1f4b9e8d
Use Go modules for dependency management (#6912) 2020-01-16 14:38:06 -08:00
Daniel Nelson 613d0dbd16
Build packages with Go 1.13.5 (#6767) 2019-12-06 17:10:59 -08:00
Daniel Nelson d2f3215890
Build with Go 1.13.3 and 1.12.12 (#6565) 2019-10-22 13:18:02 -07:00
Daniel Nelson 5bd5cdc6d7
Build official packages with Go 1.13.1 (#6462) 2019-10-07 21:08:28 -07:00
Daniel Nelson 01e9484881
Use Go 1.12.10 for builds (#6455) 2019-09-27 16:44:54 -07:00
Daniel Nelson 1848adaf79
Update to Go 1.12.9 and 1.11.13 (#6303) 2019-08-22 10:51:15 -07:00
Daniel Nelson aea09b3a20
Use sarama built in support for consumer groups (#6172) 2019-07-29 20:41:12 -07:00
Daniel Nelson 4ac2ef1c7f
Fix duplicate makefile target 2019-05-30 15:21:25 -07:00
Daniel Nelson 59d646a8e8
Test and build official packages with Go 1.12 (#5923) 2019-05-29 18:54:44 -07:00
Daniel Nelson 3d206d2897
Exclude dep check on windows CI 2019-03-05 10:42:25 -08:00
Daniel Nelson 6088c7f969
Add dep check to CI tests 2019-03-04 17:22:24 -08:00
Daniel Nelson d5a03eb690
Use Go 1.10.8 and 1.11.5 (#5346) 2019-01-25 18:08:48 -08:00
Daniel Nelson 334f9267b6
Use Go 1.11.4 and 1.10.7 (#5221) 2019-01-03 12:41:16 -08:00
Trevor Pounds ee056278f5 Enable gofmt code simplification (#4887) 2018-10-19 13:32:54 -07:00
Trevor Pounds 1ec12ba6ad Add Go 1.11 CI support (#4859) 2018-10-19 11:01:31 -07:00
Trevor Pounds ecaaa20ed0 Update CI to Go 1.10.4 (#4860) 2018-10-18 15:45:18 -07:00
Daniel Nelson 8a03a21de2
Place docker files in scripts and update makefile 2018-10-11 00:57:00 -07:00
Daniel Nelson 9051ea9dc0 Require dep to be installed before building (#4461) 2018-07-24 15:57:24 -06:00
Daniel Nelson 5150d565d7
Fix several build issues (#4412) 2018-07-11 22:57:46 -07:00
Ayrdrie 9fe90d71f4 Add plugin development framework (#4324) 2018-07-02 16:34:40 -07:00
Daniel Nelson ee6e4b0afd
Run windows tests with -short 2018-06-21 17:46:58 -07:00
Greg 1bd41ef3ce Update vendoring to dep from gdm (#4314) 2018-06-19 11:55:38 -07:00
Daniel Nelson f689463e8e
Use linux/unix name only in `make install`
closes: #4278
2018-06-12 18:37:50 -07:00
Daniel Nelson 339cebbc21
Use -parallel=false in gdm to avoid issues on appveyor 2018-05-17 15:19:17 -07:00
Daniel Nelson 757e23a5f2
Remove -i flag from `make telegraf` 2018-05-04 14:08:23 -07:00
Boris Schrijver 64a23c0b18 Fix make test-ci run (#4002) 2018-04-10 15:35:58 -07:00
Daniel Nelson 627f0e5d9d
Use automatic extension naming when running go build 2018-04-04 19:00:28 -07:00
Daniel Nelson 4551b4c5d2
Enable ntpq tests on Windows (#3972) 2018-04-04 18:35:05 -07:00
Daniel Nelson 0aad487cab
Fix go vet and use go test -race 2018-04-02 14:30:46 -07:00