Skip to content

Commit

Permalink
snapcraft: Use go 1.23 for building parts
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline committed Nov 19, 2024
1 parent 5112577 commit 16f1068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ parts:
source-commit: fa66e4cd562804509055e44a88f666673e6d27c0 # v1.17.2
source-type: git
build-snaps:
- go
- go/1.23/stable
plugin: make
override-prime: |-
[ "$(uname -m)" != "x86_64" ] && [ "$(uname -m)" != "aarch64" ] && [ "$(uname -m)" != "ppc64le" ] && [ "$(uname -m)" != "s390x" ] && exit 0
Expand Down Expand Up @@ -1464,7 +1464,7 @@ parts:
- python3-pip
- python3-venv
build-snaps:
- go/1.22/stable
- go/1.23/stable
stage-packages:
- acl
- attr
Expand Down

0 comments on commit 16f1068

Please sign in to comment.