Ping golang/distroless image to latest version (#6679)

Signed-off-by: allenxu404 <qix2@vmware.com>
This commit is contained in:
Qi Xu
2023-08-18 19:17:50 +08:00
committed by GitHub
parent 7d23ad9772
commit 0c0ccf949b
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.20.7'
id: go
- uses: actions/checkout@v3