Skip to content

Commit 9e3fc60

Browse files
committed
perf add docs link
1 parent ffa42e2 commit 9e3fc60

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.21'
23+
go-version: '1.23'
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6
@@ -34,4 +34,4 @@ jobs:
3434
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
3535
GITHUB_REPOSITORY_NAME: ${{ github.event.repository.name }}
3636
# Provide Go version for build metadata
37-
GO_VERSION: '1.23.1'
37+
GO_VERSION: '1.23'

.goreleaser/release-notes.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Release Date:** {{ .Date }}
44
**Git Commit:** {{ .ShortCommit }}
5-
**Built with:** Go {{ .Env.GO_VERSION | default "1.21+" }}
5+
**Built with:** Go {{ .Env.GO_VERSION | default "1.23+" }}
66

77
### 📦 Downloads
88

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SoHot
1+
# SoHot
2+
3+
English | [简体中文](README_CN.md)
24

35
A Go-based file monitoring and hot-reload tool that automatically watches for file changes, compiles your Go applications, and restarts them during development. Similar to nodemon for Node.js, SoHot streamlines your Go development workflow by eliminating manual build and restart cycles.
46

README_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SoHot
22

3+
[English](README.md) | 简体中文
4+
35
一个基于 Go 语言的文件监控和热重载工具,能够自动监控文件变更、编译 Go 应用程序并在开发过程中重启它们。类似于 Node.js 的 nodemon,SoHot 通过消除手动构建和重启循环来简化您的 Go 开发工作流程。
46

57
## 功能特性

0 commit comments

Comments
 (0)