mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-28 02:25:55 +03:00
[PR #297] [CLOSED] Update to Go 1.20, rename modules, update and tidy deps #321
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#321
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/asynqmon/pull/297
Author: @jpfourny
Created: 4/4/2023
Status: ❌ Closed
Base:
master← Head:update-go-1.20📝 Commits (1)
3dc0792Update to Go 1.20, rename modules, update and tidy deps📊 Changes
17 files changed (+367 additions, -114 deletions)
View changed files
📝
.github/workflows/docker-image-publish.yml.disabled(+0 -0)📝
.github/workflows/release.yml(+1 -1)📝
CHANGELOG.md(+1 -1)📝
README.md(+12 -12)📝
cmd/asynqmon/main.go(+3 -3)📝
cmd/asynqmon/main_test.go(+1 -1)📝
conversion_helpers.go(+1 -1)📝
example_test.go(+2 -2)📝
go.mod(+25 -12)📝
go.sum(+312 -71)📝
group_handlers.go(+1 -1)📝
handler.go(+2 -2)📝
queue_handlers.go(+1 -1)📝
redis_info_handlers.go(+2 -3)📝
scheduler_entry_handlers.go(+1 -1)📝
server_handlers.go(+1 -1)📝
task_handlers.go(+1 -1)📄 Description
Update to Go 1.20, rename modules, update and tidy deps
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.