Skip to content

Telegraf requires go 1.17 although the README lists 1.14 as minimum requirement #9937

@gsauthof

Description

@gsauthof

Relevant telegraf.conf:

n/a

System info:

  • Telegraf 1.20.2
  • CentOS 7
  • Go < 1.16

Docker

n/a

Steps to reproduce:

  1. clone telegraf repository
  2. make telegraf

Expected behavior:

successful telegraf build

Actual behavior:

build fails because many code files now call functions from the io/os packages that were previously provided by ioutil.

Additional info:

The README still reads on master:

Install Go >=1.14 (1.15 recommended)

With conflicts with what is specified in go.mod:

go 1.17

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsIssues related to Telegraf documentation and configuration descriptions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions