Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Use Go 1.14 in go.mod #234

Merged
merged 1 commit into from Jul 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
@@ -1,5 +1,5 @@
module github.com/opentracing/opentracing-go

go 1.12
go 1.14

require github.com/stretchr/testify v1.3.0