Skip to content

Commit eccf29d

Browse files
committed
ci: drop Go-1.21, add Go-1.23
Signed-off-by: Sebastien Binet <[email protected]>
1 parent 9ec19f1 commit eccf29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
strategy:
2121
matrix:
22-
go-version: [1.22.x, 1.21.x]
22+
go-version: [1.23.x, 1.22.x]
2323
platform: [ubuntu-latest]
2424
#platform: [ubuntu-latest, macos-latest, windows-latest]
2525
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)