Skip to content

Conversation

brandur
Copy link
Member

@brandur brandur commented Jun 29, 2023

Proximate impetus is trying to support go-redis.v9 in #103, which uses
some more modern Go conventions like strings.Cut and time.UnixMillis
which won't build prior to 1.18 and 1.17 respectively.

Go technically supports only the last two versions (1.19 and 1.20), and
1.21 has a release candidate so even 1.19 is about to drop. Let's try
not to be quite that aggressive, but drop everything up to 1.18.

Proximate impetus is trying to support go-redis.v9 in #103, which uses
some more modern Go conventions like `strings.Cut` and `time.UnixMillis`
which won't build prior to 1.18 and 1.17 respectively.

Go technically supports only the last two versions (1.19 and 1.20), and
1.21 has a release candidate so even 1.19 is about to drop. Let's try
not to be quite that aggressive, but drop everything up to 1.18.
@brandur brandur merged commit 5099566 into master Jun 29, 2023
@brandur brandur deleted the brandur-drop-old-versions branch June 29, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant