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:
parent
f7dc11aabc
commit
fda5e96ceb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
image: golang:1.16
|
||||
image: golang:1.19
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module gitlab.com/martinr92/gohttprouter/v2
|
||||
|
||||
go 1.16
|
||||
go 1.19
|
Loading…
Add table
Reference in a new issue