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
@@ -4,7 +4,7 @@
# only debian 13 (trixie) has latest ffmpeg
# https://packages.debian.org/trixie/ffmpeg
ARG DEBIAN_VERSION="trixie-slim"
ARG GO_VERSION="1.21-bookworm"
ARG GO_VERSION="1.22-bookworm"
ARG NGROK_VERSION="3"
FROM debian:${DEBIAN_VERSION} AS base