From 6c3d9f2c65ae9362b486cc90f34d64886e3a3d36 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:13:40 -0700 Subject: [PATCH] Excavator: Manage go version (#322) --- .palantir/go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.palantir/go-version b/.palantir/go-version index 5131fa9..90f2359 100644 --- a/.palantir/go-version +++ b/.palantir/go-version @@ -1 +1 @@ -go1.22.6 \ No newline at end of file +go1.23.1 \ No newline at end of file diff --git a/go.mod b/go.mod index 9cb62ca..12d992a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/palantir/godel-amalgomate-plugin -go 1.22 +go 1.23 require ( github.com/palantir/amalgomate v1.43.0