vinyldns / go-vinyldns

Go client package for VinylDNS
Apache License 2.0
7 stars 25 forks source link

unsupported tag format #80

Closed ldez closed 2 years ago

ldez commented 3 years ago

Prerequisites

Description

the current tags (0.9.13, 0.9.12, ...) don't work with the go modules system.

could you add tags v0.9.13, v0.9.12, ... ?

Steps to Reproduce

go get github.com/vinyldns/go-vinyldns@0.9.13

Expected behavior: [What you expect to happen]

require (
    github.com/vinyldns/go-vinyldns v0.9.13
)

Actual behavior: [What actually happens]

require (
    github.com/vinyldns/go-vinyldns v0.0.0-20200917153823-148a5f6b8f14
)

Reproduces how often: [What percentage of the time does it reproduce?]

100%

Versions

All current versions.

Additional Information

none.

remerle commented 2 years ago

Fixed in #82 and Release v0.9.15