setup go 1.17
This commit is contained in:
parent
b20dd33ae2
commit
7b0c198c0f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/vmware-go-kcl-v2-ci.yml
vendored
6
.github/workflows/vmware-go-kcl-v2-ci.yml
vendored
|
|
@ -16,6 +16,12 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set up Go 1.17.x
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: ^1.17
|
||||||
|
id: go
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue