chore: update go to 1.21

This commit is contained in:
Tom Andrade 2024-05-13 13:44:26 +02:00
parent a412aaa305
commit 3e61e8b3d8
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.21 as builder
ENV CGO_ENABLED=0

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/wolviecb/short
go 1.19
go 1.21
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2