Skip to content

Commit 2e3a6d3

Browse files
committed
.github: update go to go1.23
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent d3cdeb7 commit 2e3a6d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+1-1
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.22']
28+
go: ['1.23']
2929
node: [22.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

+1-1
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.22']
19+
go: ['1.23']
2020
node: [22.x]
2121
timeout-minutes: 10
2222
steps:

0 commit comments

Comments
 (0)