From a0b0b6c85533996665987fb17e13b5b272bf5d60 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:15:26 +0000 Subject: [PATCH] chore(deps): update go to v1.23.2 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e95f4c2..469b2814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.23.0 as build +FROM --platform=$BUILDPLATFORM golang:1.23.2 as build WORKDIR /app COPY go.mod go.sum ./ diff --git a/go.mod b/go.mod index f5cc630c..9805b5fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gabe565/ascii-movie -go 1.23.0 +go 1.23.2 require ( github.com/charmbracelet/bubbles v0.19.0