From 2454a8b94ff90f33ff289b5d2026409f12e8da5c Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 8 Jul 2022 15:33:05 +0200 Subject: golang: Remove v1.16 build tags We recently switched to using Golang version 1.17 or higher, so we can drop the old-style build tags. --- cmd/gitaly-git2go-v15/revert_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/gitaly-git2go-v15/revert_test.go') diff --git a/cmd/gitaly-git2go-v15/revert_test.go b/cmd/gitaly-git2go-v15/revert_test.go index 5cea73d44..8d0294ff7 100644 --- a/cmd/gitaly-git2go-v15/revert_test.go +++ b/cmd/gitaly-git2go-v15/revert_test.go @@ -1,5 +1,4 @@ //go:build static && system_libgit2 -// +build static,system_libgit2 package main -- cgit v1.2.3