Skip to content

Commit

Permalink
Update required go
Browse files Browse the repository at this point in the history
The go documentation says

  If the go command is not invoked with a -mod flag and the vendor directory
  is present and the "go" version in go.mod is 1.14 or higher, the go command
  will act as if it were invoked with -mod=vendor.

This updates go in go.mod so that the vendor directory is actually
used.

Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>
  • Loading branch information
espindola authored and zimnx committed Nov 3, 2020
1 parent 01ec7ba commit 652194d
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/scylladb/scylla-operator

go 1.13
go 1.14

require (
github.com/bitly/go-hostpool v0.1.0 // indirect
Expand Down

0 comments on commit 652194d

Please sign in to comment.