From 829194990175421d2e8fadd97b3e740cec498d84 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:05:03 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 521e879..29f12e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-bookworm +FROM golang:1.23-bookworm ENV GOLANGCI_LINT_VERSION=v1.53.3 ENV YAEGI_VERSION=v0.14.2