From 482bf1dad5dfca891be3c580a6e77c5c48af0661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:28:55 +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 1fea08c637..8b1dd3e957 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