Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Jul 24, 2018
1 parent 116662c commit 676cb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: latest
version-script: cat APPVERSION
summary: A Docker manager for the terminal
description: |
Dry is a terminal application to manage Docker. It can be used to manage Containers, Images and Networks, and, if running a Docker Swarm, it can be used to manage a Swarm cluster. It can be used with both local and remote Docker daemons.
Dry is a terminal application to manage Docker. It can manage Containers, Images and Networks, and, if running a Docker Swarm, it can manage a Swarm cluster. It can be used with both local and remote Docker daemons.
grade: stable
confinement: strict

parts:
go:
source-tag: go1.10.1
source-tag: go1.10.3
dry:
after: [go]
source: .
Expand Down

0 comments on commit 676cb57

Please sign in to comment.