From 39fdca33ac03e340224d5a33be4e29ac72c241b1 Mon Sep 17 00:00:00 2001 From: Joseph Phillips Date: Mon, 1 Jul 2024 10:22:24 +0200 Subject: [PATCH] chore: bump Go version to 1.22 --- go.mod | 2 +- snap/snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d8c7b42619be..c3619e2e8f49 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/juju/juju -go 1.21 +go 1.22 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4060920ff586..da2e429f67d1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -393,7 +393,7 @@ parts: after: - libdqlite plugin: juju-go - go-channel: 1.21/stable + go-channel: 1.22/stable source: . go-packages: - github.com/juju/juju/cmd/jujud @@ -414,7 +414,7 @@ parts: after: - jujud plugin: juju-go - go-channel: 1.21/stable + go-channel: 1.22/stable # The source can be your local tree or github # source: https://github.com/juju/juju.git # If you pull a remote, set source-depth to 1 to make the fetch shorter