chore(deps): update Go version to 1.22 across project files

This commit is contained in:
Sergey Krashevich
2024-05-30 17:12:56 +03:00
parent a9e7a73cc8
commit df1d44d24e
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# 0. Prepare images
ARG PYTHON_VERSION="3.11"
ARG GO_VERSION="1.21"
ARG GO_VERSION="1.22"
ARG NGROK_VERSION="3"
FROM python:${PYTHON_VERSION}-alpine AS base