Skip to content

Commit

Permalink
Merge #207
Browse files Browse the repository at this point in the history
207: Declare compatibility with Go 1.11 in go.mod file r=mkmik a=mkmik

We're committed to support the two most recent versions of Go, and we should make that explicit in our go.mod file
too (not only in the travis conf)

Co-authored-by: Marko Mikulicic <mkm@bitnami.com>
  • Loading branch information
bors[bot] and Marko Mikulicic committed Jul 26, 2019
2 parents ea625f8 + 374662e commit 85b6e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bitnami-labs/sealed-secrets

go 1.12
go 1.11

require (
github.com/bitnami-labs/flagenv v0.0.0-20190607135054-a87af7a1d6fc
Expand Down

0 comments on commit 85b6e45

Please sign in to comment.