Skip to content

Commit 850a4b0

Browse files
committed
.github: use go 1.25
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 5bd5027 commit 850a4b0

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

.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
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)