From 797d72680c6be5d7f2c23809f1e515ea1c93535e Mon Sep 17 00:00:00 2001
From: Seth Hoenig <shoenig@duck.com>
Date: Tue, 12 Dec 2023 14:13:46 +0000
Subject: [PATCH] wip: poke go file to trigger build

---
 main.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main.go b/main.go
index f87075e9..2f22b419 100644
--- a/main.go
+++ b/main.go
@@ -9,6 +9,8 @@ import (
 	"github.com/hashicorp/nomad/plugins"
 )
 
+// trigger build
+
 func main() {
 	// Serve the plugin
 	plugins.Serve(factory)