1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

rest json errors: handle unspported NaN values as the standard package's error doesn't give us more information

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-09-13 11:52:03 +03:00
parent 6776bf0dc9
commit 3137d0d791
7 changed files with 196 additions and 98 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go_version: [1.22.x]
go_version: [1.23.x]
steps:
- name: Check out code into the Go module directory