Skip to content

Commit 4ada849

Browse files
fix: handle NtgCalls connection timeout error (#214)
* Update install.sh * Update handle_updates.go * Refactor error handling in play function Signed-off-by: Vivek Kumar <167422483+Vivekkumar-IN@users.noreply.github.com> * Update en.yml * style: format codes * Update play.go * Update handle_updates.go * Update Dockerfile * Update install.sh * Update install.sh * Update install.sh * Update README.md --------- Signed-off-by: Vivek Kumar <167422483+Vivekkumar-IN@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c02d01c commit 4ada849

File tree

6 files changed

+606
-698
lines changed

6 files changed

+606
-698
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<a href="https://go.dev/">
99
<img src="https://img.shields.io/badge/Go-1.25-00ADD8?style=for-the-badge&logo=go&labelColor=000000&logoColor=white" alt="Go Version">
1010
</a>
11-
<a href="https://github.com/TheTeamVivek/YukkiMusic/releases/tag/v3.0">
12-
<img src="https://img.shields.io/badge/Version-v3.0-FF9800?style=for-the-badge&logo=semver&labelColor=000000&logoColor=white" alt="Version">
11+
<a href="https://github.com/TheTeamVivek/YukkiMusic/releases/tag/v3.2.0">
12+
<img src="https://img.shields.io/badge/Version-v3.2-FF9800?style=for-the-badge&logo=semver&labelColor=000000&logoColor=white" alt="Version">
1313
</a>
1414
<a href="../LICENSE">
1515
<img src="https://img.shields.io/badge/License-GPLv3-FF3860?style=for-the-badge&logo=gnu&labelColor=000000&logoColor=white" alt="License: GPLv3">

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.5-bookworm AS builder
1+
FROM golang:1.25.7-bookworm AS builder
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)