From 7a609ea0fb919f4a13b7575364a8a5d1a7879674 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 07:09:26 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 521e879..88b939e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-bookworm +FROM golang:1.22-bookworm ENV GOLANGCI_LINT_VERSION=v1.53.3 ENV YAEGI_VERSION=v0.14.2