Merge pull request 'Update golang -> 1.21.0' (#100) from update/golang into main

Reviewed-on: #100
This commit is contained in:
Victor Lacasse-Beaudoin 2023-08-15 15:33:35 -05:00
commit e51a86de1f

View file

@ -1,4 +1,4 @@
FROM golang:1.20.6 as build
FROM golang:1.21.0 as build
LABEL author="Victor Lacasse-Beaudoin <vlbeaudoin@agecem.org>"