From f197e80e83941a9063ca24df20377252a24d0ec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:28:04 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.1 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 545ba9fade..204fb70fc9 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis/e2e -go 1.23.0 +go 1.23.1 require ( github.com/google/go-github/v63 v63.0.0 diff --git a/go.mod b/go.mod index 2f151b610e..d03b25afc2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis -go 1.23.0 +go 1.23.1 require ( code.gitea.io/sdk/gitea v0.19.0