Skip to content

Commit

Permalink
go: Use 1.22 as min version needed for LXD
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Sep 16, 2024
1 parent fd79487 commit 2672fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ parts:
- libudev-dev
- pkg-config
build-snaps:
- go/1.21/stable
- go/1.22/stable
stage-packages:
- acl
- attr
Expand Down Expand Up @@ -1475,7 +1475,7 @@ parts:
- lxd
- sqlite
build-snaps:
- go/1.21/stable
- go/1.22/stable
plugin: nil
override-pull: |
snapcraftctl pull
Expand Down Expand Up @@ -1541,7 +1541,7 @@ parts:
build-attributes: [core22-step-dependencies]
source: snap-query/
build-snaps:
- go/1.21/stable
- go/1.22/stable
plugin: nil
override-build: |
set -ex
Expand Down

0 comments on commit 2672fbf

Please sign in to comment.