We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb918df commit 213c09eCopy full SHA for 213c09e
.ci/bump-golang.yml
@@ -123,12 +123,21 @@ targets:
123
- Dockerfile
124
- Dockerfile.skaffold
125
matchpattern: 'ARG GO_VERSION=\d+.\d+.\d+'
126
- update-gomod:
127
- name: "Update go.mod"
+ update-gomod-minor-version:
+ name: "Update go.mod minor version"
128
sourceid: gomod
129
scmid: githubConfig
130
kind: file
131
spec:
132
content: 'go {{ source "gomod" }}'
133
file: go.mod
134
matchpattern: 'go \d+.\d+'
135
+ update-gomod-toolchain-version:
136
+ name: "Update go.mod toolchain version"
137
+ sourceid: latestGoVersion
138
+ scmid: githubConfig
139
+ kind: file
140
+ spec:
141
+ content: 'toolchain go{{ source "latestGoVersion" }}'
142
+ file: go.mod
143
+ matchpattern: 'toolchain go\d+.\d+.\d+'
0 commit comments