From b585d5853113a4fb4a8cd4ee6b5cc937f8115aa5 Mon Sep 17 00:00:00 2001 From: chorst Date: Wed, 28 Feb 2024 15:56:11 -0800 Subject: [PATCH] Updated syntax for newer go version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ab3d72..06360a5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ run: templating go run ./atlas/ .bindata: - go install github.com/go-bindata/go-bindata/go-bindata@v3 + go install github.com/go-bindata/go-bindata/v3/go-bindata@v3 touch $@ templating: .bindata