From 96723d14bccf86ffe3fae92c40edc25432327ee9 Mon Sep 17 00:00:00 2001 From: vyzo Date: Wed, 31 Mar 2021 15:38:04 +0300 Subject: [PATCH] bump go version to 1.15 i want to use binary literals; technically only requires 1.13, but let's not be ancient --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ae61917..b8fd49c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p-swarm -go 1.12 +go 1.15 require ( github.com/ipfs/go-log v1.0.4 -- GitLab