add update command to self-update console (#618)

This commit is contained in:
Harshavardhana
2021-03-01 16:30:53 -08:00
committed by GitHub
parent 8a4139c8e7
commit d4395e1409
5 changed files with 184 additions and 14 deletions

View File

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