File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
4646 - name : Set up Go
4747 uses : actions/setup-go@v5
4848 with :
49- go-version : 1.21
49+ go-version : 1.22
5050
5151 - name : Restore Go cache
5252 uses : actions/cache@v4
5353 with :
5454 path : |
5555 ~/.cache/go-build
5656 ~/go/pkg/mod
57- key : ${{ runner.os }}-go-1.21 -${{ hashFiles('**/go.sum') }}
57+ key : ${{ runner.os }}-go-1.22 -${{ hashFiles('**/go.sum') }}
5858 restore-keys : |
59- ${{ runner.os }}-go-1.21 -
59+ ${{ runner.os }}-go-1.22 -
6060
6161 - name : Create CHANGELOG
6262 env :
Original file line number Diff line number Diff line change 3434 - name : Set up Go
3535 uses : actions/setup-go@v5
3636 with :
37- go-version : 1.21
37+ go-version : 1.22
3838 id : go
3939
4040 - name : Go Lint
6161 - name : Set up Go
6262 uses : actions/setup-go@v5
6363 with :
64- go-version : 1.21
64+ go-version : 1.22
6565 id : go
6666
6767 - name : Install Tools
Original file line number Diff line number Diff line change 2626 name : Run Unit Tests
2727 strategy :
2828 matrix :
29- go-version : ["1.21 ", "1.22 "]
29+ go-version : ["1.22 ", "1.23 "]
3030 platform : ["ubuntu-20.04"]
3131 fail-fast : false
3232
Original file line number Diff line number Diff line change 3131 strategy :
3232 fail-fast : false
3333 matrix :
34- go-version : ["1.21 "]
34+ go-version : ["1.22 "]
3535 platform : ["ubuntu-20.04"]
3636 cmd : ["govc-test"]
3737 experimental : [false]
7373 name : Verify govc docs are up2date
7474 strategy :
7575 matrix :
76- go-version : ["1.21 "]
76+ go-version : ["1.22 "]
7777 platform : ["ubuntu-20.04"]
7878 runs-on : ${{ matrix.platform }}
7979 timeout-minutes : 3
Original file line number Diff line number Diff line change 7272 - name : Set up Go
7373 uses : actions/setup-go@v5
7474 with :
75- go-version : ' 1.22 '
75+ go-version : ' 1.23 '
7676
7777 - name : Update version.go
7878 run : |
Original file line number Diff line number Diff line change 11module github.com/vmware/govmomi
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d
You can’t perform that action at this time.
0 commit comments