Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2022-07-08 16:33:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:04:55 +0300
commit2454a8b94ff90f33ff289b5d2026409f12e8da5c (patch)
treea94cc6ae8ddb9440259c18c16f013c0f9541fcf5 /cmd/gitaly-git2go-v15/rebase_test.go
parent2ba30c8b1b5a428a645faf72881771af9a505ab2 (diff)
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.
Diffstat (limited to 'cmd/gitaly-git2go-v15/rebase_test.go')
-rw-r--r--cmd/gitaly-git2go-v15/rebase_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gitaly-git2go-v15/rebase_test.go b/cmd/gitaly-git2go-v15/rebase_test.go
index a7df2a912..5e86bda1a 100644
--- a/cmd/gitaly-git2go-v15/rebase_test.go
+++ b/cmd/gitaly-git2go-v15/rebase_test.go
@@ -1,5 +1,4 @@
//go:build static && system_libgit2
-// +build static,system_libgit2
package main