Skip to content

Commit dab4747

Browse files
committed
.github: use go 1.24
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent c5ce1e7 commit dab4747

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
language: [ 'go', 'javascript' ]
28-
go: ['1.23']
29-
node: [22.x]
28+
go: ['1.24']
29+
node: [23.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
3232

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ['1.23']
20-
node: [22.x]
19+
go: ['1.24']
20+
node: [23.x]
2121
timeout-minutes: 10
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)