Update Go to 1.26.7

This commit is contained in:
世界
2026-08-30 17:41:47 +08:00
parent c53c2375c4
commit de7460ec7c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
VERSION="1.26.6"
VERSION="1.26.7"
PATCH_COMMITS=(
"f080b0c6346eb690c0dc82497b35925f385b35ac"
"2d9c12887c342fb9051d231aa5388743cb7e9cb6"
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
VERSION="1.26.6"
VERSION="1.26.7"
PATCH_COMMITS=(
"a4ae550aa148b04c9d4890e98bee63aede5c4b53"
"95b851f661584711faa8115b3234a461044f4510"
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.26.6
go-version: 1.26.7
- name: Clone cronet-go
if: matrix.naive
run: |
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.26.6
go-version: 1.26.7
- 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.6
go-version: 1.26.7
- name: Clone cronet-go
if: matrix.naive
run: |