Skip to content

Commit

Permalink
updatecli(golang): use golang-crossbuild (#13584)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jul 4, 2024
1 parent caec924 commit 384747e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci/bump-golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bump golang-version to latest version
pipelineid: 'updatecli-bump-golang-{{ requiredEnv "GITHUB_BRANCH" }}'
pipelineid: 'feature/updatecli-bump-golang-{{ requiredEnv "GITHUB_BRANCH" }}'

actions:
default:
Expand Down Expand Up @@ -42,20 +42,20 @@ sources:
command: cat .go-version

latestGoVersion:
name: Get Latest Go Release
name: Get Latest Golang-crossbuild Release
kind: githubrelease
dependson:
- minor
transformers:
- trimprefix: go
- trimprefix: v
spec:
owner: golang
repository: go
owner: elastic
repository: golang-crossbuild
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
versionfilter:
kind: regex
pattern: go1\.{{ source "minor" }}\.\d*$
pattern: v1\.{{ source "minor" }}\.\d*$

gomod:
dependson:
Expand Down

0 comments on commit 384747e

Please sign in to comment.