update go (#18)
Go / build (pull_request) Failing after 6s

Reviewed-on: #18
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 16:58:06 -04:00
committed by phoenix
parent 6e7b2cdee8
commit 85059d3c23
3 changed files with 12 additions and 32 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' # You can specify a specific version or 'stable'
- name: Build
run: |