grafana / xk6-output-timescaledb

k6 extension to output real-time test metrics to TimescaleDB.
Apache License 2.0
30 stars 14 forks source link

Docker build is broken #19

Closed micsjo closed 1 year ago

micsjo commented 1 year ago

The Dockerfile pulls golang:1.17-alpine as the builder for k6.

It references <...>net/netip which is only introduced in golang 1.18

Updating the Dockerfile to use a later image (ex golang:1.19-alpine) fixes the build issue.