[PR #925] [MERGED] Bump to Go 1.22 and 1.23 #1929

Closed
opened 2026-03-07 22:13:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/925
Author: @pior
Created: 10/25/2024
Status: Merged
Merged: 10/26/2024
Merged by: @kamikazechaser

Base: masterHead: go-1.23


📝 Commits (1)

📊 Changes

8 files changed (+34 additions, -13 deletions)

View changed files

📝 .github/workflows/benchstat.yml (+6 -6)
📝 .github/workflows/build.yml (+4 -4)
📝 go.mod (+1 -1)
📝 go.sum (+10 -0)
📝 tools/go.mod (+1 -1)
📝 tools/go.sum (+4 -0)
📝 x/go.mod (+1 -1)
📝 x/go.sum (+7 -0)

📄 Description

Context

We want to use math/rand/v2, introduced in 1.22.

We guarantee to support the last 2 versions here: https://github.com/hibiken/asynq?tab=readme-ov-file#quickstart

https://github.com/hibiken/asynq/pull/916#issuecomment-2437054813

Changes

  • Bump minimal Go version in go.mod to 1.22
  • Run CI on 1.22 and 1.23

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/925 **Author:** [@pior](https://github.com/pior) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/26/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `go-1.23` --- ### 📝 Commits (1) - [`c99da33`](https://github.com/hibiken/asynq/commit/c99da33e5cccc6bdbe178371d9c09a651396f685) Bump to Go 1.22 and 1.23 ### 📊 Changes **8 files changed** (+34 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/benchstat.yml` (+6 -6) 📝 `.github/workflows/build.yml` (+4 -4) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+10 -0) 📝 `tools/go.mod` (+1 -1) 📝 `tools/go.sum` (+4 -0) 📝 `x/go.mod` (+1 -1) 📝 `x/go.sum` (+7 -0) </details> ### 📄 Description ## Context We want to use math/rand/v2, introduced in 1.22. > We guarantee to support the last 2 versions here: https://github.com/hibiken/asynq?tab=readme-ov-file#quickstart https://github.com/hibiken/asynq/pull/916#issuecomment-2437054813 ## Changes - Bump minimal Go version in go.mod to 1.22 - Run CI on 1.22 and 1.23 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:13:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1929
No description provided.