From dd62ebd406a23184ec072d38894a5a3aac141b0d Mon Sep 17 00:00:00 2001 From: Luciano Nooijen Date: Sat, 11 Sep 2021 00:57:07 +0200 Subject: Use go embed for templates (#50) Go 1.16 includes a `//go:embed` directive that obviates the need for bindata. Use `//go:embed` instead of bindata for templates used in sally. Signed-off-by: Luciano Nooijen Co-authored-by: Abhinav Gupta --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e63afdf..4f8c277 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,6 @@ jobs: ${{ runner.os }}-go- - name: Lint - if: matrix.latest run: make lint - name: Test -- cgit v1.2.3