Skip to content

Commit

Permalink
fix: updatecli to change go_version only (#35180)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 24, 2023
1 parent b5ec51c commit d64e632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ actions:
kind: github/pullrequest
scmid: githubConfig
sourceid: latestGoVersion
title: '[Automation] Bump Golang version to {{ source "latestGoVersion" }}'
spec:
automerge: false
labels:
- dependencies
- backport-skip
title: '[Automation] Bump Golang version to {{ source "latestGoVersion" }}'
description: |
It requires the version to be bumped first in golang-crossbuild project, then a new release will be added to:
https://github.com/elastic/golang-crossbuild/releases/tag/v{{ source "latestGoVersion" }}.
Expand Down Expand Up @@ -110,9 +110,9 @@ targets:
scmid: githubConfig
kind: file
spec:
content: '{{ source "latestGoVersion" }}'
content: ':go-version: {{ source "latestGoVersion" }}'
file: libbeat/docs/version.asciidoc
matchpattern: '\d+.\d+.\d+'
matchpattern: ':go-version: \d+.\d+.\d+'
update-dockerfiles:
name: "Update from dockerfiles"
sourceid: latestGoVersion
Expand Down

0 comments on commit d64e632

Please sign in to comment.