Update Go version to 1.20 in test.yml and Dockerfiles

This commit is contained in:
Sergey Krashevich
2023-04-03 20:30:25 +03:00
parent 69598b508c
commit 722b2827a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# 0. Prepare images
# only debian 12 (bookworm) has latest ffmpeg
ARG DEBIAN_VERSION="bookworm-slim"
ARG GO_VERSION="1.19-buster"
ARG GO_VERSION="1.20-buster"
ARG NGROK_VERSION="3"
FROM debian:${DEBIAN_VERSION} AS base