1
0
Fork 0

chore(golang): bump to 1.22.0

This commit is contained in:
Vojtěch Mareš 2024-02-28 18:51:54 +01:00
parent cf444de966
commit 491eaba395
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22.0-alpine AS builder
WORKDIR /build

2
go.mod
View file

@ -1,3 +1,3 @@
module gitlab.mareshq.com/hq/backoffice/backoffice-api
go 1.21.5
go 1.22.0