chore(docker): update go image version in dockerfile

This commit is contained in:
Vadim Aleksandrov 2024-07-15 16:25:35 +03:00
parent c9261c5218
commit 79cd204692
No known key found for this signature in database
GPG Key ID: 4D3A2E248D54FDAE

View File

@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.22
WORKDIR /app