influxdb/query
Jeffrey Smith II f74c69c5e4
chore: update to go 1.20 (#24088)
* build: upgrade to go 1.19

* chore: bump go.mod

* chore: `gofmt` changes for doc comments

https://tip.golang.org/doc/comment

* test: update tests for new sort order

* chore: make generate-sources

* chore: make generate-sources

* chore: go 1.20

* chore: handle rand.Seed deprecation

* chore: handle rand.Seed deprecation in tests

---------

Co-authored-by: DStrand1 <dstrandboge@influxdata.com>
2023-02-09 14:14:35 -05:00
..
benchmarks/flux fix(tsdb): never use an inmem index (#20313) 2020-12-23 07:46:57 -08:00
control fix(query/control): add all of the statistics from flux statistics instead of only metadata (#23375) 2022-05-26 09:28:18 -05:00
fluxlang build(flux): update flux to v0.180.1 (#23666) 2022-08-24 11:59:16 -07:00
mock feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
stdlib chore: update to go 1.20 (#24088) 2023-02-09 14:14:35 -05:00
bridges.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
bridges_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
dependency.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
dependency_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
encode.go chore: update to go 1.20 (#24088) 2023-02-09 14:14:35 -05:00
encode_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
logger.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
logging.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
logging_test.go build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
query.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
request.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
service.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
service_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
storage.go refactor(flux): convert the allocator into an interface (#23214) 2022-03-22 12:33:52 -05:00