Skip to content

Commit

Permalink
Downgrade go.mod to use 1.15 as 1.16 is not yet released
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
chrisgoffinet authored and philpep committed Oct 31, 2020
1 parent 38a093d commit 3a4639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/philpep/imago

go 1.16
go 1.15

require (
github.com/containers/image/v5 v5.4.4
Expand Down

0 comments on commit 3a4639c

Please sign in to comment.