-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathgo.yaml
More file actions
59 lines (53 loc) · 1.51 KB
/
go.yaml
File metadata and controls
59 lines (53 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: Update Golang version
pipelineid: golang/version
sources:
go:
name: Get latest Golang version
kind: golang
conditions:
docker:
name: Check Docker image tag
kind: dockerimage
sourceid: go
spec:
image: golang
targets:
gomod:
name: 'deps(go): update Go version to {{ source "go" }}'
sourceid: go
kind: golang/gomod
scmid: default
spec:
file: go.mod
actions:
default:
title: 'deps(go): update Go to {{ source "go" }} version'
kind: github/pullrequest
scmid: default
spec:
automerge: false
mergemethod: squash
description: |
Automatic Golang version {{ source "go" }} update.
This PR has been created by the automation used to automatically update the Golang version in the kubewarden-controller project
REMEMBER IF YOU WANT TO MERGE IN A SINGLE COMMIT CHANGES AND VERSION BUMP, YOU MUST SQUASH THE COMMIT BEFORE MERGING THIS PR!
draft: false
labels:
- "chore"
- "dependencies"
scms:
default:
kind: github
spec:
user: "{{ .github.author }}"
email: "{{ .github.email }}"
owner: "{{ requiredEnv .github.owner }}"
repository: "kubewarden-controller"
branch: "{{ .github.branch }}"
commitusingapi: true
commitmessage:
type: "chore"
scope: deps
title: "update Golang version"
footers: "Signed-off-by: kubewarden-controller bot <kubewarden-controller-bot@users.noreply.github.com>"
hidecredit: true