increase go version to 1.19

BREAKING CHANGE: requires at least go 1.19 (instead of 1.16 as before)
This commit is contained in:
Martin Riedl 2024-07-01 23:18:24 +02:00
parent f7dc11aabc
commit fda5e96ceb
Signed by: martinr92
GPG key ID: FB68DA65516A804C
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
image: golang:1.16 image: golang:1.19
stages: stages:
- test - test

2
go.mod
View file

@ -1,3 +1,3 @@
module gitlab.com/martinr92/gohttprouter/v2 module gitlab.com/martinr92/gohttprouter/v2
go 1.16 go 1.19