tsk-14: Update go (#15)

Closes #14

Reviewed-on: #15
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-24 20:21:39 +00:00
committed by phoenix
parent 83fb0aa49e
commit 2041e3e20b
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.25.3' # You can specify a specific version or 'stable'
go-version: '1.25.4' # You can specify a specific version or 'stable'
- name: Build
run: |