File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.21.6
18
+ go-version : 1.22.2
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
fetch-depth : ' 0'
Original file line number Diff line number Diff line change 22
22
- name : Set up Go
23
23
uses : actions/setup-go@v2
24
24
with :
25
- go-version : 1.21.6
25
+ go-version : 1.22.2
26
26
27
27
- name : Set up Cosign
28
28
uses : sigstore/cosign-installer@v3
Original file line number Diff line number Diff line change 13
13
- name : Set up Go
14
14
uses : actions/setup-go@v2
15
15
with :
16
- go-version : 1.21.6
16
+ go-version : 1.22.2
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v2
19
19
with :
Original file line number Diff line number Diff line change 13
13
- name : Set up Go
14
14
uses : actions/setup-go@v2
15
15
with :
16
- go-version : 1.21.6
16
+ go-version : 1.22.2
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v2
19
19
with :
Original file line number Diff line number Diff line change 10
10
with :
11
11
repo : carvel-dev/kapp
12
12
tool : kapp
13
- goVersion : 1.21.6
13
+ goVersion : 1.22.2
14
14
secrets :
15
15
githubToken : ${{ secrets.GITHUB_TOKEN }}
16
16
slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 1
1
module github.com/vmware-tanzu/carvel-kapp
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/cppforlife/cobrautil v0.0.0-20221130162803-acdfead391ef
You can’t perform that action at this time.
0 commit comments