Upgrade to Go 1.16. Remove Go-Bind-assets in favor of embed. (#630)

* Upgrade to Go 1.16. Remove Go-Bind-assets in favor of embed. Checking Portal-UI Build folder.

* lint

* Remove assets references

* Fixes for sub fs

* Fix lint
This commit is contained in:
Daniel Valdivia
2021-03-05 10:39:17 -08:00
committed by GitHub
parent 716aabe782
commit a2a09b8db1
60 changed files with 704 additions and 1560 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x]
os: [ubuntu-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}