From 5d2b0a93009c2aa02246438acd055dcbdee5e1b4 Mon Sep 17 00:00:00 2001 From: David May Date: Thu, 7 Oct 2021 14:52:35 -0500 Subject: [PATCH] we're not on 1.17 yet --- action/login/prompt_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/action/login/prompt_test.go b/action/login/prompt_test.go index 78f2b130..5b4bb398 100644 --- a/action/login/prompt_test.go +++ b/action/login/prompt_test.go @@ -2,7 +2,6 @@ // // Use of this source code is governed by the LICENSE file in this repository. -//go:build !race // +build !race package login