File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 - name : Install Go
1616 uses : actions/setup-go@v3
1717 with :
18- go-version : " 1.21.9 "
18+ go-version : " 1.22.5 "
1919 - uses : actions/checkout@v2
2020 with :
2121 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 2020 - name : Install Go
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : " 1.21.9 "
23+ go-version : " 1.22.5 "
2424
2525 - name : Retrieve version
2626 run : |
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@v3
1515 with :
16- go-version : " 1.21.9 "
16+ go-version : " 1.22.5 "
1717 - name : Check out code into the Go module directory
1818 uses : actions/checkout@v2
1919 with :
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@v3
1515 with :
16- go-version : " 1.21.9 "
16+ go-version : " 1.22.5 "
1717 - name : Check out code into the Go module directory
1818 uses : actions/checkout@v2
1919 - name : Run Tests
Original file line number Diff line number Diff line change 1010 with :
1111 repo : carvel-dev/ytt
1212 tool : ytt
13- goVersion : " 1.21.9 "
13+ goVersion : " 1.22.5 "
1414 secrets :
1515 githubToken : ${{ secrets.GITHUB_TOKEN }}
1616 slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 11module github.com/vmware-tanzu/carvel-ytt
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/BurntSushi/toml v1.2.1
You can’t perform that action at this time.
0 commit comments