chores(Dockerfile): bump go version to v1.22.0

This commit is contained in:
Victor Lacasse-Beaudoin 2024-02-15 19:37:06 -05:00
parent 1b5e0913a6
commit 4a87daae79

View file

@ -1,4 +1,4 @@
FROM golang:1.21.1 as build
FROM golang:1.22.0 as build
LABEL author="vlbeaudoin"