CI: Fix Go auto update
parent
b46d912116
commit
7f64b6e6dc
|
@ -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'
|
||||
})
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue