Skip to content

Commit

Permalink
snapcraft: Pin go to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Feb 1, 2024
1 parent ef84ec3 commit 9a0e271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ parts:
source-depth: 1
plugin: nil
build-snaps:
- go
- go/1.21/stable
override-pull: |
[ "$(uname -m)" = "riscv64" ] && exit 0
Expand Down Expand Up @@ -1356,7 +1356,7 @@ parts:
- python3-dev
- python3-venv
build-snaps:
- go
- go/1.21/stable
stage-packages:
- acl
- attr
Expand Down Expand Up @@ -1470,7 +1470,7 @@ parts:
- lxd
- sqlite
build-snaps:
- go
- go/1.21/stable
plugin: nil
override-pull: |
craftctl default
Expand Down Expand Up @@ -1529,7 +1529,7 @@ parts:
snap-query:
source: snap-query/
build-snaps:
- go
- go/1.21/stable
plugin: nil
override-build: |
set -ex
Expand Down

0 comments on commit 9a0e271

Please sign in to comment.