From 24fd49fe06300a6e39b4ca69054200d2da40ac46 Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 4 Apr 2024 16:02:18 +0000 Subject: [PATCH] Update golang to 1.22.2 from 1.22.1 Release notes https://golang.org/doc/devel/release.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9924af3..6e2e491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 # bump: golang link "Release notes" https://golang.org/doc/devel/release.html -ARG GOLANG_VERSION=1.22.1 +ARG GOLANG_VERSION=1.22.2 # bump: yt-dlp /YT_DLP=([\d.-]+)/ https://github.com/yt-dlp/yt-dlp.git|/^\d/|sort # bump: yt-dlp link "Release notes" https://github.com/yt-dlp/yt-dlp/releases/tag/$LATEST ARG YT_DLP=2024.03.10