Bump golang to 1.19 (#5564)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Fix golang lint

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2022-08-10 09:26:44 -07:00
committed by GitHub
parent 086b7d6083
commit c7fe4a0c4d
5 changed files with 12 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: '1.18.0'
go-version: '1.19.0'
id: go
- name: Check out code