mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-13 12:52:27 +00:00
Go upgrade 1.19
This commit is contained in:
parent
7d073207cd
commit
cd57265dd1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.18-alpine
|
||||
FROM golang:1.19-alpine
|
||||
|
||||
ENV port=8282
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module Wrapperr
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v4 v4.4.2
|
||||
|
|
Loading…
Reference in a new issue