Joshua Powers
5c98cb2aad
fix: allow Makefile to work on Windows ( #11015 )
2022-04-21 14:56:18 -06:00
Sebastian Spaink
4ab7253bc8
chore: Update Go to 1.18.1 ( #10961 )
2022-04-13 16:50:39 -05:00
Sebastian Spaink
5d6748fcb5
feat: generate the plugins sample config ( #10886 )
2022-04-05 17:11:09 -05:00
Sebastian Spaink
8d3e089f9d
chore: add actions/setup-go@v2 to linter config ( #10935 )
2022-04-04 11:28:32 -05:00
Joshua Powers
f75f437d37
chore: update go to 1.17.7 ( #10658 )
2022-02-15 10:35:36 -07:00
Joshua Powers
6c166591d1
chore: update CI go to 1.17.6 ( #10611 )
2022-02-09 13:40:34 -07:00
Sebastian Spaink
deda716a15
feat: add FileVersion and icon to Win exe ( #10487 )
2022-01-26 14:08:22 -07:00
Joshua Powers
a9670bc5d8
feat: add builds for riscv64 ( #10262 )
2021-12-22 13:51:11 -07:00
Sebastian Spaink
72dad89d81
chore: update Go version to 1.17.5 ( #10310 )
2021-12-21 11:07:12 -06:00
Mya
082c7a552b
feat: support darwin arm64 ( #10239 )
2021-12-15 16:26:59 -07:00
Joshua Powers
a2302c93fa
fix: use sha256 for RPM digest ( #10272 )
2021-12-14 12:55:02 -07:00
Sven Rebhan
52c422af3b
fix: Revert unintented corruption of the Makefile from #10200 . ( #10203 )
2021-12-02 07:07:18 -07:00
reimda
df6bf48f8d
feat: Implement deprecation infrastructure ( #10200 )
2021-12-01 12:38:43 -07:00
Joshua Powers
6ce4729813
makefile: fix indenting, use corret markdownlint binary ( #10143 )
2021-11-24 08:42:47 -07:00
Joshua Powers
a439841015
fix: update makefile indents to not always run which ( #10126 )
2021-11-18 15:10:07 -07:00
Mya
d5afd654c6
chore: update go version from 1.17.2 to 1.17.3 ( #10073 )
2021-11-09 08:28:38 -07:00
Sebastian Spaink
79dadd3da8
chore: add Super Linter Github Action ( #10014 )
2021-11-02 14:03:24 -06:00
Sebastian Spaink
8f35d74c5e
chore: update go to 1.17.2 ( #9873 )
2021-10-21 08:40:03 -06:00
Sebastian Spaink
b7988d83d7
chore: stop testing with two versions of Go ( #9909 )
2021-10-13 13:18:33 -05:00
Joshua Powers
282ec85cd7
fix: makefile missing space for i386 tar and rpm ( #9887 )
2021-10-07 12:34:14 -06:00
Joshua Powers
3b94269f30
fix: update golang-ci package ( #9817 )
2021-09-24 09:09:52 -06:00
Sebastian Spaink
1c0b74eacd
chore: update nightly to package by arch ( #9781 )
2021-09-21 13:19:45 -06:00
Sebastian Spaink
82bdbce498
chore: "makefile help" output, but still support building based on arch for CI ( #9579 )
2021-09-20 12:26:10 -05:00
Sebastian Spaink
779ed5ec42
chore: run ci tests in parallel and get test insights ( #9686 )
2021-09-14 16:42:59 -05:00
Sebastian Spaink
3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions ( #9642 )
2021-08-23 15:37:44 -05:00
Sebastian Spaink
a1dae0d2c1
Update Go to v1.16.6 ( #9542 )
2021-07-26 20:39:23 -05:00
Sebastian Spaink
7a987306e5
Update Go to 1.16.5 ( #9331 )
2021-06-07 19:19:22 -05:00
reimda
aa427ed812
Parallel build fixes ( #9326 )
2021-06-02 13:19:33 -06:00
Sebastian Spaink
279dda21ef
Add FreeBSD armv7 package ( #9200 )
2021-05-03 10:00:49 -06:00
David Bennett
9ff3fe5aa4
Parallelize PR builds by Architecture ( #9172 )
...
* add oauth2 to http input
* stuff
* Updated config.yml
* Update README.md
* Update http_test.go
* Update Makefile
* Updated config.yml
* Update http_test.go
* Update http.go
* Update http.go
* Update http.go
* Update http.go
* Updated config.yml
2021-04-26 09:18:58 -04:00
David Bennett
ad942052f0
Speed up package step by running in parallel. ( #9096 )
...
* test
* more test
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Update Makefile
* Update Makefile
* Update Makefile
* Update Makefile
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
2021-04-21 13:32:34 -04:00
Steven Soroka
9c54c8e233
new linter commands ( #9020 )
2021-03-30 13:11:31 -05:00
Sebastian Spaink
89f5e8a9d9
Update to Go 1.16.2 ( #8989 )
2021-03-16 15:23:44 -04:00
Paweł Żak
9ddd189cd3
Proposal of enabled linters and their settings. ( #8951 )
...
* Proposal of enabled linters and their settings.
* Workaround to skip weird "plugins/parsers/influx/plugins/parsers/influx" directory
* Update to reflect changes in github actions
* Back to the last state
* Fix
Co-authored-by: Pawel Zak <Pawel Zak>
Co-authored-by: Sebastian Spaink <sspaink@influxdata.com>
2021-03-12 12:14:31 -06:00
Sebastian Spaink
f32230259c
Update to 1.16.1 ( #8978 )
2021-03-11 19:05:50 -06:00
Sebastian Spaink
3af16aa885
Support Go version 1.16 ( #8882 )
...
* Support 1.16
* Use 1.16 in mod file
* update go.sum
* update go.mod after updating to 1.16 locally
* Fix go vet
* Remove exit
* Use require.NoError
* Only run tidy explicitly in "dep" job
* install 1.16 for go
* typo
* update xcode
* specific version not working
* Get 1.16 go formula
* Change brew call
* brew update
* typo
* Resolve go.sum conflict
* go mod tidy
2021-03-08 16:29:11 -06:00
Sebastian Spaink
660eb5b63c
Run revive linter in CI ( #8798 )
...
* Run revive linter in CI
Just output the results, don't fail on it
Removed the rule.exported rule
* Move revive install to CI
* new line
* Use golangci-lint
* Get v1.37
* increase timeout by a minute
* try five minutes
* newline missing
* Update config
2021-02-18 10:56:10 -06:00
Sebastian Spaink
0860487321
Update to 1.15.8 ( #8868 )
2021-02-17 10:21:47 -06:00
Sam Arnold
86e50f85b3
Increase build verbosity with go mod download -x ( #8496 )
2021-02-05 09:57:10 -05:00
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
Andrey Klyachkin
a748421123
add support for linux/ppc64le ( #8432 )
2020-11-30 16:58:03 -05:00
Paweł Żak
0fcfee0caf
Fix tests for Windows - part 1 ( #8414 )
2020-11-23 10:40:32 -05:00
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