add makefile and change golang version

This commit is contained in:
Rustam Tagaev
2024-04-10 18:47:03 +03:00
parent 65deee00fd
commit 20fad8f28c
2 changed files with 39 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.16 AS build
FROM golang:1.22 AS build
WORKDIR /app