tsk-9: go version bump (#11)

Closes #9

Reviewed-on: #11
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-09 03:28:43 +00:00
committed by phoenix
parent 73a23c4503
commit 59362806e5
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.4' # You can specify a specific version or 'stable'
go-version: '1.25.3' # You can specify a specific version or 'stable'
- name: Build
run: make build