File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 GOPROXY : ${{ secrets.GOPROXY }}
1111 SOURCE_REPO : ${{ secrets.SOURCE_REPO }}
1212 SOURCE_REPO_SSH_KEY : ${{ secrets.SOURCE_REPO_SSH_KEY }}
13- BASE_IMAGES_VERSION : " v0.5.23 "
13+ BASE_IMAGES_VERSION : " v0.5.25 "
1414
1515on :
1616 # pull_request:
Original file line number Diff line number Diff line change 1111 GOPROXY : ${{ secrets.GOPROXY }}
1212 SOURCE_REPO : ${{ secrets.SOURCE_REPO }}
1313 SOURCE_REPO_SSH_KEY : ${{ secrets.SOURCE_REPO_SSH_KEY }}
14- BASE_IMAGES_VERSION : " v0.5.23 "
14+ BASE_IMAGES_VERSION : " v0.5.25 "
1515
1616on :
1717 push :
Original file line number Diff line number Diff line change 11module github.com/deckhouse/snapshot-controller/hooks/go
22
3- go 1.24.5
3+ go 1.24.6
44
55require github.com/deckhouse/module-sdk v0.2.0
66
Original file line number Diff line number Diff line change 11module github.com/deckhouse/snapshot-controller/images/webhooks
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/deckhouse/sds-common-lib v0.5.0
You can’t perform that action at this time.
0 commit comments