From f25cd754cf33cc725126bb251edd01f180ad31b2 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Sun, 12 Sep 2021 15:58:50 +0200 Subject: [PATCH] remove duplicated build constraints line --- ci/magefile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/magefile.go b/ci/magefile.go index 789ccde..ceda305 100644 --- a/ci/magefile.go +++ b/ci/magefile.go @@ -1,5 +1,4 @@ //go:build mage -// +build mage package main