Skip to content

Commit 44f7c52

Browse files
authored
Merge branch 'main' into rel-0.22.1
2 parents 9c8fa5e + 4a30bf2 commit 44f7c52

File tree

5 files changed

+608
-469
lines changed

5 files changed

+608
-469
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
28-
go-version: '1.24'
28+
go-version: '1.25'
2929
check-latest: true
3030

3131
- name: Build

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3838
with:
39-
go-version: '1.24'
39+
go-version: '1.25'
4040
check-latest: true
4141

4242
# Initializes the CodeQL tools for scanning.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
25-
go-version: '1.24'
25+
go-version: '1.25'
2626
check-latest: true
2727

2828
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)