update to go1.22
This commit is contained in:
parent
cfccdc7caf
commit
f001a0472a
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.20-alpine AS dev
|
FROM golang:1.22-alpine AS dev
|
||||||
|
|
||||||
COPY . /var/app
|
COPY . /var/app
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -2,8 +2,6 @@ module code.lila.network/adoralaura/go-urlsh
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
toolchain go1.22.2
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gofiber/fiber/v2 v2.52.4
|
github.com/gofiber/fiber/v2 v2.52.4
|
||||||
github.com/gofiber/template/html/v2 v2.1.1
|
github.com/gofiber/template/html/v2 v2.1.1
|
||||||
|
|
Loading…
Reference in a new issue