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@v5
17
17
with :
18
- go-version : ' 1.22 '
18
+ go-version : ' 1.23 '
19
19
- uses : actions/checkout@v4
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@v5
24
24
with :
25
- go-version : ' 1.22 '
25
+ go-version : ' 1.23 '
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@v5
15
15
with :
16
- go-version : ' 1.22 '
16
+ go-version : ' 1.23 '
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v4
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@v5
15
15
with :
16
- go-version : ' 1.22 '
16
+ go-version : ' 1.23 '
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v4
19
19
with :
Original file line number Diff line number Diff line change 11
11
with :
12
12
repo : carvel-dev/kapp
13
13
tool : kapp
14
- goVersion : ' 1.22 '
14
+ goVersion : ' 1.23 '
15
15
secrets :
16
16
githubToken : ${{ secrets.GITHUB_TOKEN }}
17
17
slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 1
1
module carvel.dev/kapp
2
2
3
- go 1.22.5
3
+ go 1.23.3
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