From a8079eefab86fe66b0af32651c0ca4366738d750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:06:18 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 in go.mod --- e2e/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/go.mod b/e2e/go.mod index 554b6ed9d8..4c586436c3 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis/e2e -go 1.23.3 +go 1.23.4 require ( github.com/google/go-github/v66 v66.0.0 diff --git a/go.mod b/go.mod index 27c7c2800f..801ec5fd3d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis -go 1.23.3 +go 1.23.4 require ( code.gitea.io/sdk/gitea v0.19.0