Skip to content

Commit

Permalink
fix: retract tagged versions (#590)
Browse files Browse the repository at this point in the history
Retract unpublished versions from go tooling.
Bump go version to 1.16 required for retract statement.

Fixes #585
  • Loading branch information
stevenh committed Jan 4, 2022
1 parent cc6be48 commit 2fd670f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
@@ -1,5 +1,10 @@
module github.com/gomodule/redigo

go 1.14
go 1.16

require github.com/stretchr/testify v1.7.0

retract (
v2.0.0+incompatible // Old development version not maintained or published.
v0.0.0-do-not-use // Never used only present due to lack of retract.
)

0 comments on commit 2fd670f

Please sign in to comment.