Bump Golang version to v1.19.8.

Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
Xun Jiang
2023-04-14 15:26:32 +08:00
parent 87be70fc40
commit c7f939de4b
50 changed files with 149 additions and 145 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.10
go-version: 1.19.8
id: go
- name: Check out code into the Go module directory