Update golang versions in ci (#1437)

This commit is contained in:
Hang Yan
2021-10-02 02:18:20 +08:00
committed by GitHub
parent 6bd22ce565
commit 9a6a24cb16
5 changed files with 8 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16
id: go
- name: Check out code into the Go module directory