tuzig/webexec

Replace gitver with runtime/debug

Offen

#111 geöffnet am 12.09.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (3 Forks)auto 404
debtgood first issuehacktoberfest

Repository-Metriken

Stars
 (38 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Since 1.18 go supports version information through the runtime/debug package. It reads the verion id from go.mod file so we need to start set the version in go.mod file:

module github.com/tuzig/webexec/v1.2.3

Contributor Guide