Build assets inside the container (#357)

This commit is contained in:
Daniel Valdivia
2020-11-01 07:34:37 -08:00
committed by GitHub
parent 547eb41e96
commit df321191f4
7 changed files with 56 additions and 967 deletions

View File

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