Skip to content

Commit 2eab959

Browse files
committed
ci: update go version 1.23.0
1 parent 795d6c2 commit 2eab959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Build
2626
strategy:
2727
matrix:
28-
go: [ 'stable', '1.20.x' ]
28+
go: [ 'stable', '1.23.x' ]
2929
os: [ ubuntu-latest ]
3030

3131
runs-on: ${{ matrix.os }}

.github/workflows/label-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go: [ 'stable', '1.20.x' ]
15+
go: [ 'stable', '1.23.x' ]
1616
os: [ ubuntu-latest ]
1717

1818
name: Run Build

0 commit comments

Comments
 (0)