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
|
||||
WORKDIR /var/app
|
||||
|
@ -27,4 +27,4 @@ COPY --from=build /var/app/views /var/app/views
|
|||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["/var/app/go-urlsh"]
|
||||
CMD ""
|
||||
CMD ""
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,8 +2,6 @@ module code.lila.network/adoralaura/go-urlsh
|
|||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.4
|
||||
github.com/gofiber/template/html/v2 v2.1.1
|
||||
|
|
Loading…
Reference in a new issue