Skip to content

Conversation

mrhashemian
Copy link

No description provided.

brandur added a commit that referenced this pull request 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.
@brandur
Copy link
Member

brandur commented Jun 29, 2023

This is having trouble on the older versions in the build matrix because the new go-redis uses newer Go functions like strings.Cut (1.18) and time.UnixMillis (1.17) internally. I'm dropping older versions in #104 since we're targeting some vastly outdated stuff.

@brandur brandur merged commit 69eb437 into throttled:master Jun 29, 2023
@brandur
Copy link
Member

brandur commented Jun 29, 2023

Released as 2.12.0.

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.

2 participants