Updated go version

This commit is contained in:
niku 2023-07-22 13:50:50 +02:00
parent 34177c2e4d
commit b3525967af

View File

@ -1,5 +1,5 @@
# Building the binary of the App # Building the binary of the App
FROM docker.io/golang:1.19 AS build FROM docker.io/golang:1.20 AS build
WORKDIR /go/src/{{cookiecutter.project_name}} WORKDIR /go/src/{{cookiecutter.project_name}}