chore(golang): bump to 1.22.0
This commit is contained in:
parent
cf444de966
commit
491eaba395
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.21-alpine AS builder
|
FROM golang:1.22.0-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
||||||
module gitlab.mareshq.com/hq/backoffice/backoffice-api
|
module gitlab.mareshq.com/hq/backoffice/backoffice-api
|
||||||
|
|
||||||
go 1.21.5
|
go 1.22.0
|
||||||
|
|
|
||||||
Reference in a new issue