use go static assets embedder

shift to use new static go assets embedded

Co-authored-by:     Victor <ViRb3@users.noreply.github.com>
This commit is contained in:
Pierre Dubouilh
2021-12-22 14:29:46 +01:00
committed by Pierre Dubouilh
co-authored by Victor
parent e2aa4f149e
commit a2754c616d
6 changed files with 30 additions and 21 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.17.3
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.17.3
id: go
- name: Check out code into the Go module directory