fix: upgrade go version to 1.16 for build docker images (#14526)

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
This commit is contained in:
Jian Qiu
2022-06-25 02:21:27 +08:00
committed by GitHub
co-authored by Qiu Jian
parent 236c2a2ed6
commit 2a47105af3
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.16
id: go
- name: Check out code into the Go module directory