[PR #796] [MERGED] pkg/CI: Update go version directive in all modules to 1.20, update CI spec to support last 2 major releases #1877

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/796
Author: @kamikazechaser
Created: 12/7/2023
Status: Merged
Merged: 12/10/2023
Merged by: @hibiken

Base: masterHead: sohail/go-update


📝 Commits (5)

  • c185b9e pkg: go version update -> 1.20
  • d29f0e2 ci/docs: update go versions
  • 6a06f05 ci: upgrade actions, lock redis version
  • 8f79693 chore: Update redis to v9 in x/go.mod (#795)
  • f106189 ci: upgrade benchstat actions, go version -> 1.21.x

📊 Changes

12 files changed (+111 additions, -162 deletions)

View changed files

📝 .github/workflows/benchstat.yml (+16 -16)
📝 .github/workflows/build.yml (+10 -8)
📝 README.md (+1 -1)
📝 go.mod (+7 -3)
📝 go.sum (+0 -12)
📝 signals_unix.go (+1 -1)
📝 signals_windows.go (+1 -1)
📝 tools/go.mod (+1 -1)
📝 x/go.mod (+20 -4)
📝 x/go.sum (+41 -102)
📝 x/rate/semaphore.go (+1 -1)
📝 x/rate/semaphore_test.go (+12 -12)

📄 Description

Closes #719. See the discussion for more information.

Also aims to support new language features added after 1.14. E.g. #677.

Other info

  • Includes commits from #795 to fix the x module dependencies.

Test changes

# asynq
go get github.com/hibiken/asynq@sohail/go-update
# asynq/x
go get github.com/hibiken/asynq/x@sohail/go-update
#asynq/tools
go get github.com/hibiken/asynq/tools@sohail/go-update

🔄 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/796 **Author:** [@kamikazechaser](https://github.com/kamikazechaser) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/10/2023 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `sohail/go-update` --- ### 📝 Commits (5) - [`c185b9e`](https://github.com/hibiken/asynq/commit/c185b9e10338a358030b362dddf6ed8066fa2353) pkg: go version update -> 1.20 - [`d29f0e2`](https://github.com/hibiken/asynq/commit/d29f0e21fe796673b69f9a81a0d493bd4bfaa784) ci/docs: update go versions - [`6a06f05`](https://github.com/hibiken/asynq/commit/6a06f05d0a64765a425f62a2d38c5d96ac479761) ci: upgrade actions, lock redis version - [`8f79693`](https://github.com/hibiken/asynq/commit/8f79693417bd2aa2bb572c0e31ccc54881a05c33) chore: Update redis to v9 in x/go.mod (#795) - [`f106189`](https://github.com/hibiken/asynq/commit/f106189c1b6faf54a65b92e56e4b823c12d3f79f) ci: upgrade benchstat actions, go version -> 1.21.x ### 📊 Changes **12 files changed** (+111 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/benchstat.yml` (+16 -16) 📝 `.github/workflows/build.yml` (+10 -8) 📝 `README.md` (+1 -1) 📝 `go.mod` (+7 -3) 📝 `go.sum` (+0 -12) 📝 `signals_unix.go` (+1 -1) 📝 `signals_windows.go` (+1 -1) 📝 `tools/go.mod` (+1 -1) 📝 `x/go.mod` (+20 -4) 📝 `x/go.sum` (+41 -102) 📝 `x/rate/semaphore.go` (+1 -1) 📝 `x/rate/semaphore_test.go` (+12 -12) </details> ### 📄 Description Closes #719. See the discussion for more information. Also aims to support new language features added after 1.14. E.g. #677. ## Other info - Includes commits from #795 to fix the `x` module dependencies. ### Test changes ```sh # asynq go get github.com/hibiken/asynq@sohail/go-update # asynq/x go get github.com/hibiken/asynq/x@sohail/go-update #asynq/tools go get github.com/hibiken/asynq/tools@sohail/go-update ``` --- <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:40 +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#1877
No description provided.