Skip to content

Commit 96b09e5

Browse files
committed
chore: update go version in .github
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent cd2d0b3 commit 96b09e5

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.22']
28+
go: ['1.23']
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.22']
19+
go: ['1.23']
2020
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)