Skip to content

Commit 2ac4546

Browse files
committed
.github: update go to 1.25
1 parent 13fa1da commit 2ac4546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
fail-fast: false
2626
matrix:
2727
language: [ 'go', 'javascript' ]
28-
go: ['1.24']
28+
go: ['1.25']
2929
node: [25.x]
3030
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3131
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ['1.24']
19+
go: ['1.25']
2020
node: [25.x]
2121
timeout-minutes: 10
2222
steps:

0 commit comments

Comments
 (0)