mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #796] [MERGED] pkg/CI: Update go version directive in all modules to 1.20, update CI spec to support last 2 major releases #2886
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2886
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:sohail/go-update📝 Commits (5)
c185b9epkg: go version update -> 1.20d29f0e2ci/docs: update go versions6a06f05ci: upgrade actions, lock redis version8f79693chore: Update redis to v9 in x/go.mod (#795)f106189ci: 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
xmodule dependencies.Test changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.