Hacker News new | ask | show | jobs
by tapirl 2100 days ago
I never built Traefik successfully. The same is for tag v2.3.0.

$ go build ./... go: finding module for package github.com/traefik/traefik/v2/autogen/genstatic cmd/traefik/traefik.go:18:2: module github.com/traefik/traefik@latest found (v1.7.26), but does not contain package github.com/traefik/traefik/v2/autogen/genstatic

1 comments

In order to build Traefik you have to get go-bindata and run the go generate command. You can find more information on https://doc.traefik.io/traefik/contributing/building-testing...
Got it. Built in successfully now. Thanks.