From 0a73661809227fe2255b77f23cf815bace0f7fe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:43:46 -0400 Subject: [PATCH] chore(deps): update go to v1.22.3 in go.mod (release-0.27) (#4536) Signed-off-by: Rui Chen Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen --- Dockerfile | 2 +- go.mod | 2 +- testing/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf3a5d48b3..faec80a14f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG DEFAULT_CONFTEST_VERSION=0.49.1 # Stage 1: build artifact and download deps -FROM golang:1.22.1-alpine AS builder +FROM golang:1.22.3-alpine AS builder ARG ATLANTIS_VERSION=dev ENV ATLANTIS_VERSION=${ATLANTIS_VERSION} diff --git a/go.mod b/go.mod index 705c1462e0..40f6df372f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis -go 1.22.1 +go 1.22.3 require ( github.com/Masterminds/sprig/v3 v3.2.3 diff --git a/testing/Dockerfile b/testing/Dockerfile index 1d734c529e..f9483cada4 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1 +FROM golang:1.22.3 RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \