Skip to content

Commit 45f6db3

Browse files
committed
ci: add Go 1.23 to test matrix
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 2fa07c5 commit 45f6db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
go-version: [1.21.x, 1.22.x]
75+
go-version: [1.21.x, 1.22.x, 1.23.x]
7676
race: ["-race", ""]
7777
runs-on: ubuntu-22.04
7878
steps:

0 commit comments

Comments
 (0)