Update go (#22)

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