Colin Watson has proposed merging ~cjwatson/launchpad:lpci-snap-syntax into 
launchpad:master.

Commit message:
.launchpad.yaml: Update snap property syntax

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/441444

The list-of-names format is now deprecated.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
~cjwatson/launchpad:lpci-snap-syntax into launchpad:master.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index 13a264b..43ed467 100644
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -15,7 +15,9 @@ jobs:
     packages:
       - tox
       - git
-    snaps: [go]
+    snaps:
+      - name: go
+        classic: true
     run: tox -e lint
     series: focal
   mypy:
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to