Bump Golang to v1.20.6 for release-1.11.

Signed-off-by: Xun Jiang <jxun@vmware.com>
This commit is contained in:
Xun Jiang
2023-07-12 09:43:40 +08:00
parent 46a355c293
commit 61a08ccc30
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20.3'
go-version: '1.20.6'
id: go
- uses: actions/checkout@v3