assets: convert usage of go-bindata to Go embed (#6851)

Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
Michael Li
2022-03-17 14:05:09 +08:00
committed by GitHub
parent 39f64a1371
commit 32c454ba5f
19 changed files with 113 additions and 41114 deletions

View File

@@ -32,11 +32,6 @@ jobs:
args: --timeout=30m
- name: Install Task
uses: arduino/setup-task@v1
- name: Install go-bindata
shell: bash
run: |
curl --silent --location --output /usr/local/bin/go-bindata https://github.com/kevinburke/go-bindata/releases/download/v3.23.0/go-bindata-linux-amd64
chmod +x /usr/local/bin/go-bindata
- name: Check Go module tidiness and generated files
shell: bash
run: |