Go upgrade 1.19

This commit is contained in:
Aune 2022-10-26 09:11:13 +02:00
parent 7d073207cd
commit cd57265dd1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.18-alpine
FROM golang:1.19-alpine
ENV port=8282

2
go.mod
View file

@ -1,6 +1,6 @@
module Wrapperr
go 1.18
go 1.19
require (
github.com/golang-jwt/jwt/v4 v4.4.2