I hit go.k6.io/[email protected] requires go >= 1.24.0 (running go 1.23.8) while trying to build the Dockerfile here: https://github.com/grafana/xk6-output-influxdb/blob/main/Dockerfile
Fixed it by bumping the builder base image to Go 1.26: FROM golang:1.26-alpine3.21 AS builder