From ed6a0d2e9babd495502f3df47e60389aaa582097 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Fri, 15 Oct 2021 07:57:48 -0400 Subject: [PATCH] sync: update CI config files (#20) --- go.mod | 2 +- pool_test.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f952aa3..d241fee 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/libp2p/go-buffer-pool -go 1.15 +go 1.16 diff --git a/pool_test.go b/pool_test.go index 4b5ff7a..1b604e5 100644 --- a/pool_test.go +++ b/pool_test.go @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. // Pool is no-op under race detector, so all these tests do not work. +//go:build !race // +build !race package pool