Update Go to 1.26.6

This commit is contained in:
世界
2026-08-30 17:41:46 +08:00
parent 4b30a03adf
commit 495446cf4f
5 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.26.5
go-version: 1.26.6
- name: Check input version
if: github.event_name == 'workflow_dispatch'
run: |-
@@ -72,7 +72,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.26.5
go-version: 1.26.6
- name: Clone cronet-go
if: matrix.naive
run: |