1
0
mirror of https://github.com/rs/zerolog synced 2026-06-08 17:13:30 +00:00

Bump CI Go matrix minimum from 1.21 to 1.23

go.mod requires go >= 1.23 and the codebase uses Go 1.22+ features
(log/slog, range-over-integer), so Go 1.21 CI jobs cannot pass.
This commit is contained in:
Olivier Poitrey
2026-03-27 20:13:06 +01:00
parent 4b65a2f6f6
commit 13966551e7
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x, 1.24.x]
go-version: [1.23.x, 1.24.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: