rawkode / bring-your-own-telegraf

Docker base image for building your own lightweight Telegraf images
14 stars 5 forks source link

Update import paths to be compatible with Telegraf 1.15 #3

Closed dgpc closed 3 years ago

dgpc commented 4 years ago

Resolves issue #2

patrikh-dev commented 3 years ago

Hi, hit the same problem with --build-arg VERSION=1.17

......
go: finding module for package github.com/influxdata/telegraf/internal/models
go: finding module for package github.com/influxdata/telegraf/internal/config
gen/gen.go:9:2: no matching versions for query "latest"
gen/gen.go:10:2: no matching versions for query "latest"
The command '/bin/sh -c go run ./gen/gen.go' returned a non-zero code: 1
rawkode commented 3 years ago

Thank you, @dgpc

dgpc commented 3 years ago

No problem, thanks for merging!