From 5ab3d85a07a269e7b73e6c9aa206853cb1087ce7 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 08:07:10 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 521e879..18b4a12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-bookworm +FROM golang:1.21-bookworm ENV GOLANGCI_LINT_VERSION=v1.53.3 ENV YAEGI_VERSION=v0.14.2