summaryrefslogtreecommitdiffstats
path: root/build.go
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2025-01-24 08:57:48 +0100
committerDaniel Baumann <daniel@debian.org>2025-01-24 08:57:48 +0100
commitc70c95ecbea0487586212a9437d120989a6c6e31 (patch)
tree140d166690b4cf72737075f15001eee07bfb4d6c /build.go
parentInitial commit. (diff)
downloadforgejo-runner-upstream.tar.xz
forgejo-runner-upstream.zip
Adding upstream version 6.2.0.HEADupstream/6.2.0upstreamdebian
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'build.go')
-rw-r--r--build.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.go b/build.go
new file mode 100644
index 0000000..f2e5d82
--- /dev/null
+++ b/build.go
@@ -0,0 +1,11 @@
+// Copyright 2023 The Gitea Authors. All rights reserved.
+// SPDX-License-Identifier: MIT
+
+//go:build vendor
+
+package main
+
+import (
+ // for vet
+ _ "code.gitea.io/gitea-vet"
+)