From cd241f66697ee70361a258260eeca8e7dff48243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:59:35 +0000 Subject: [PATCH] chore(deps): update go to v1.21.6 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05a9def..ad964b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.4-alpine as builder +FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine as builder WORKDIR /app COPY go.mod go.sum ./ diff --git a/go.mod b/go.mod index 6cfdf12..fcce205 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gabe565/domain-watch -go 1.21.4 +go 1.21.6 require ( github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de