Skip to content

Commit c498dbf

Browse files
authored
Merge branch 'aws-cwa-dev' into xray-fix
2 parents 2a9ead0 + 0752a3d commit c498dbf

File tree

490 files changed

+2437
-2317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+2437
-2317
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: ./.github/workflows/scripts/free-disk-space.sh
5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: "1.24.9"
56+
go-version: "1.24.11"
5757
cache: false
5858
- name: Cache Go
5959
id: go-cache

.github/workflows/build-and-test-darwin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: ./.github/workflows/scripts/free-disk-space.sh
3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: "1.24.9"
39+
go-version: "1.24.11"
4040
cache: false
4141
- name: Cache Go
4242
id: go-cache
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878
- uses: actions/setup-go@v5
7979
with:
80-
go-version: "1.24.9"
80+
go-version: "1.24.11"
8181
cache: false
8282
- name: Install Tools
8383
if: steps.go-cache.outputs.cache-hit != 'true'

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
6262
- uses: actions/setup-go@v5
6363
with:
64-
go-version: "1.24.9"
64+
go-version: "1.24.11"
6565
cache: false
6666
- name: Cache Go
6767
id: go-mod-cache

.github/workflows/build-and-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: ./.github/workflows/scripts/free-disk-space.sh
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.24.9"
31+
go-version: "1.24.11"
3232
cache: false
3333
- name: Cache Go
3434
id: go-cache
@@ -87,7 +87,7 @@ jobs:
8787
- run: ./.github/workflows/scripts/free-disk-space.sh
8888
- uses: actions/setup-go@v5
8989
with:
90-
go-version: "1.24.9"
90+
go-version: "1.24.11"
9191
cache: false
9292
- name: Cache Go
9393
id: go-cache
@@ -158,7 +158,7 @@ jobs:
158158
- name: Setup Go
159159
uses: actions/setup-go@v5
160160
with:
161-
go-version: "1.24.9"
161+
go-version: "1.24.11"
162162
cache: false
163163
- name: Cache Go
164164
id: go-cache
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/checkout@v4
183183
- uses: actions/setup-go@v5
184184
with:
185-
go-version: "1.24.9"
185+
go-version: "1.24.11"
186186
cache: false
187187
- name: Cache Go
188188
id: go-cache
@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@v4
364364
- uses: actions/setup-go@v5
365365
with:
366-
go-version: "1.24.9"
366+
go-version: "1.24.11"
367367
cache: false
368368
- name: Cache Go
369369
id: go-cache
@@ -402,7 +402,7 @@ jobs:
402402
- uses: actions/checkout@v4
403403
- uses: actions/setup-go@v5
404404
with:
405-
go-version: "1.24.9"
405+
go-version: "1.24.11"
406406
cache: false
407407
- name: Cache Go
408408
id: go-cache
@@ -429,7 +429,7 @@ jobs:
429429
- uses: actions/checkout@v4
430430
- uses: actions/setup-go@v5
431431
with:
432-
go-version: "1.24.9"
432+
go-version: "1.24.11"
433433
cache: false
434434
- name: Cache Go
435435
id: go-cache
@@ -503,7 +503,7 @@ jobs:
503503
- uses: actions/checkout@v4
504504
- uses: actions/setup-go@v5
505505
with:
506-
go-version: "1.24.9"
506+
go-version: "1.24.11"
507507
cache: false
508508
- name: Cache Go
509509
id: go-cache
@@ -553,7 +553,7 @@ jobs:
553553
- uses: actions/checkout@v4
554554
- uses: actions/setup-go@v5
555555
with:
556-
go-version: "1.24.9"
556+
go-version: "1.24.11"
557557
cache: false
558558
- name: Mkdir bin and dist
559559
run: |

.github/workflows/changelog-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go 1.x
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: "1.24.9"
27+
go-version: "1.24.11"
2828
cache: false
2929
- name: make update changelog
3030
run: make chlog-update-aws

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: ./.github/workflows/scripts/free-disk-space.sh
3939
- uses: actions/setup-go@v5
4040
with:
41-
go-version: "1.24.9"
41+
go-version: "1.24.11"
4242
cache: false
4343
- name: Cache Go
4444
id: go-cache

.github/workflows/check-codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: ./.github/workflows/scripts/free-disk-space.sh
3333
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3434
with:
35-
go-version: "1.24.9"
35+
go-version: "1.24.11"
3636
cache: false
3737

3838
- name: Cache Go Tools

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: ./.github/workflows/scripts/free-disk-space.sh
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.24.9"
28+
go-version: "1.24.11"
2929
cache: false
3030

3131
# Initializes the CodeQL tools for scanning.

.github/workflows/e2e-tests-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: ./.github/workflows/scripts/free-disk-space.sh
4747
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4848
with:
49-
go-version: "1.24.9"
49+
go-version: "1.24.11"
5050
cache: false
5151
- name: Cache Go
5252
id: go-mod-cache
@@ -83,7 +83,7 @@ jobs:
8383
- run: ./.github/workflows/scripts/free-disk-space.sh
8484
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8585
with:
86-
go-version: "1.24.9"
86+
go-version: "1.24.11"
8787
cache: false
8888
- name: Cache Go
8989
id: go-mod-cache
@@ -122,7 +122,7 @@ jobs:
122122
- name: Setup Go
123123
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
124124
with:
125-
go-version: "1.24.9"
125+
go-version: "1.24.11"
126126
cache: false
127127
- name: Cache Go
128128
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: ./.github/workflows/scripts/free-disk-space.sh
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24.9"
30+
go-version: "1.24.11"
3131
cache: false
3232
- name: Cache Go
3333
id: go-cache
@@ -59,7 +59,7 @@ jobs:
5959
- run: ./.github/workflows/scripts/free-disk-space.sh
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: "1.24.9"
62+
go-version: "1.24.11"
6363
cache: false
6464
- name: Cache Go
6565
id: go-cache
@@ -92,7 +92,7 @@ jobs:
9292
- run: ./.github/workflows/scripts/free-disk-space.sh
9393
- uses: actions/setup-go@v5
9494
with:
95-
go-version: "1.24.9"
95+
go-version: "1.24.11"
9696
cache: false
9797
- name: Cache Go
9898
id: go-cache
@@ -141,7 +141,7 @@ jobs:
141141
- run: ./.github/workflows/scripts/free-disk-space.sh
142142
- uses: actions/setup-go@v5
143143
with:
144-
go-version: "1.24.9"
144+
go-version: "1.24.11"
145145
cache: false
146146
- name: Cache Go
147147
id: go-cache

0 commit comments

Comments
 (0)