From 5c17a35b7d4304d6912ef66d4a0778c60b81d656 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:12:41 -0700 Subject: [PATCH] Excavator: Manage go version (#451) --- .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 887d9396..10f12b16 100644 --- a/.palantir/go-version +++ b/.palantir/go-version @@ -1 +1 @@ -go1.21.12 \ No newline at end of file +go1.22.5 \ No newline at end of file diff --git a/go.mod b/go.mod index 5491a5a7..6644d255 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/palantir/godel-conjure-plugin/v6 -go 1.21 +go 1.22 require ( github.com/mholt/archiver v2.1.0+incompatible