File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- name : Install Go
16
16
uses : actions/setup-go@v3
17
17
with :
18
- go-version : " 1.20.11 "
18
+ go-version : " 1.20.12 "
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
fetch-depth : ' 0'
Original file line number Diff line number Diff line change 20
20
- name : Install Go
21
21
uses : actions/setup-go@v3
22
22
with :
23
- go-version : " 1.20.11 "
23
+ go-version : " 1.20.12 "
24
24
25
25
- name : Retrieve version
26
26
run : |
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : " 1.20.11 "
16
+ go-version : " 1.20.12 "
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 : Install Go
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : " 1.20.11 "
16
+ go-version : " 1.20.12 "
17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v2
19
19
- name : Run Tests
Original file line number Diff line number Diff line change 10
10
with :
11
11
repo : carvel-dev/ytt
12
12
tool : ytt
13
- goVersion : " 1.20.11 "
13
+ goVersion : " 1.20.12 "
14
14
secrets :
15
15
githubToken : ${{ secrets.GITHUB_TOKEN }}
16
16
slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments