Skip to content

Commit

Permalink
Manually update Go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Aug 23, 2019
1 parent c1ae304 commit 2c55c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,4 +5,4 @@ require (
github.com/onsi/gomega v1.5.0
)

go 1.13
go 1.11

3 comments on commit 2c55c0b

@ilmari
Copy link

@ilmari ilmari commented on 2c55c0b Aug 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could this be backported to the v6 branch too?

@vmihailenco
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That version is not go mod compatible any way.

@ilmari
Copy link

@ilmari ilmari commented on 2c55c0b Aug 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does it have a go.mod then?

Please sign in to comment.