mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
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:
committed by
Pierre Dubouilh
co-authored by
Victor
parent
e2aa4f149e
commit
a2754c616d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user