CI: Fix Go auto update

pull/18687/head
Steven Powell 2024-04-22 10:49:36 -07:00 committed by Medya Ghazizadeh
parent b46d912116
commit 7f64b6e6dc
2 changed files with 1 additions and 6 deletions

View File

@ -55,5 +55,5 @@ jobs:
issue_number: ${{ steps.createPR.outputs.pull-request-number }},
owner: context.repo.owner,
repo: context.repo.repo,
body: 'ok-to-build-iso'
body: 'ok-to-build-image'
})

View File

@ -36,11 +36,6 @@ var (
}
schema = map[string]update.Item{
"go.mod": {
Replace: map[string]string{
`(?m)^go .*`: `go {{.StableVersionMM}}`,
},
},
"Makefile": {
Replace: map[string]string{
// searching for 1.* so it does NOT match "KVM_GO_VERSION ?= $(GO_VERSION:.0=)" in the Makefile