docker will now use go 1.22

This commit is contained in:
James Tombleson 2024-04-28 11:42:10 -07:00
parent 3d2420343c
commit 228e08fef3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18.4 as build
FROM golang:1.22 as build
COPY . /app
WORKDIR /app