chore: update go to 1.21
This commit is contained in:
parent
a412aaa305
commit
3e61e8b3d8
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.20 as builder
|
FROM golang:1.21 as builder
|
||||||
|
|
||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/wolviecb/short
|
module github.com/wolviecb/short
|
||||||
|
|
||||||
go 1.19
|
go 1.21
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user