Merge pull request 'chores(Dockerfile): bump golang -> 1.23.0' (#64) from vlbeaudoin/chores/bump-go into main

Reviewed-on: #64
This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-03 17:03:02 -04:00
commit 545b38c0db

View file

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