Skip to content

Commit ca19cec

Browse files
authored
Merge pull request #35 from hellofresh/patch/mongo-1.0-released
PT-3479 Bumped mongo driver version to 1.0
2 parents a6ec287 + c7003bb commit ca19cec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747

4848
[[constraint]]
4949
name = "go.mongodb.org/mongo-driver"
50-
version = "v1.0.0-rc1"
50+
version = "v1.0.0"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ tools: tools.golint
3535
tools.golint:
3636
@command -v golint >/dev/null ; if [ $$? -ne 0 ]; then \
3737
echo "--> installing golint"; \
38-
go get github.com/golang/lint/golint; \
38+
go get golang.org/x/lint/golint; \
3939
fi

0 commit comments

Comments
 (0)