diff --git a/.circleci/config.yml b/.circleci/config.yml index 08e9a659000..30b4b1b0c5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ parameters: # when updating the go version, should also update the go version in go.mod description: docker tag for cross build container from quay.io . Created by https://github.com/influxdata/edge/tree/master/dockerfiles/cross-builder . type: string - default: go1.19.10-b76a62e4c08e4a01ccfc02d6e7b7b4720ebed2ef + default: go1.20.10-4934193a0469d4a746142a388f973668570e51e3 workflow: type: string diff --git a/go.mod b/go.mod index 74764f22f1d..d8a47950844 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/influxdata/influxdb -go 1.19 +go 1.20 require ( collectd.org v0.3.0