Skip to content

Commit

Permalink
Set minimum version of Go to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Aug 27, 2021
1 parent eed2c5f commit c3949b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/fib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

go 1.16
go 1.15

require (
go.opentelemetry.io/otel v1.0.0-RC2
Expand Down

0 comments on commit c3949b2

Please sign in to comment.