update go (#23)

Reviewed-on: #23
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 16:55:25 -04:00
committed by phoenix
parent 0691ce0adb
commit 0c2d638adf
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26.1' # You can specify a specific version or 'stable'
go-version: '1.26.2'
- name: Build
run: |