From 94f75cb6d453755e518e68c1f5c649cde9d00bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:12:05 -0500 Subject: [PATCH] chore(deps): update go to v1.22.4 (#58) 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 66fd28a..6c3531c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #syntax=docker/dockerfile:1.7 -FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine AS builder WORKDIR /app RUN apk add --no-cache git diff --git a/go.mod b/go.mod index beb9c7c..994f55a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.22.3 +go 1.22.4 require ( github.com/Masterminds/sprig/v3 v3.2.3