File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 42
42
- name : Set up Go
43
43
uses : actions/setup-go@v2
44
44
with :
45
- go-version : 1.16
45
+ go-version : 1.17
46
46
47
47
- name : Create CHANGELOG
48
48
env :
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
timeout-minutes : 10
30
30
31
31
steps :
32
- - name : Set up Go 1.15 .x
32
+ - name : Set up Go 1.17 .x
33
33
uses : actions/setup-go@v2
34
34
with :
35
- go-version : 1.15 .x
35
+ go-version : 1.17 .x
36
36
id : go
37
37
38
38
- name : Check out code
Original file line number Diff line number Diff line change 26
26
name : Run Unit Tests
27
27
strategy :
28
28
matrix :
29
- go-version : ["1.15 ", "1.16 "]
29
+ go-version : ["1.16 ", "1.17 "]
30
30
platform : ["ubuntu-latest"]
31
31
32
32
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
26
26
name : Run govc Tests
27
27
strategy :
28
28
matrix :
29
- go-version : ["1.15 ", "1.16 "]
29
+ go-version : ["1.16 ", "1.17 "]
30
30
platform : ["ubuntu-18.04"]
31
31
cmd : ["govc-test"]
32
32
experimental : [false]
33
33
timeout : [10]
34
34
include :
35
- - go-version : " 1.15 "
35
+ - go-version : " 1.16 "
36
36
platform : " ubuntu-18.04"
37
37
cmd : " govc-test-sso"
38
38
experimental : true
39
39
timeout : 3
40
- - go-version : " 1.15 "
40
+ - go-version : " 1.16 "
41
41
platform : " ubuntu-18.04"
42
42
cmd : " govc-test-sso-assert-cert"
43
43
experimental : true
64
64
name : Verify govc docs are up2date
65
65
strategy :
66
66
matrix :
67
- go-version : ["1.16 "]
67
+ go-version : ["1.17 "]
68
68
platform : ["ubuntu-18.04"]
69
69
runs-on : ${{ matrix.platform }}
70
70
timeout-minutes : 3
Original file line number Diff line number Diff line change 34
34
with :
35
35
fetch-depth : 0 # for CHANGELOG
36
36
37
+ - name : Set up Go
38
+ uses : actions/setup-go@v2
39
+ with :
40
+ go-version : 1.17
41
+
37
42
- name : Create RELEASE CHANGELOG
38
43
env :
39
44
IMAGE : quay.io/git-chglog/git-chglog
You can’t perform that action at this time.
0 commit comments