Commit a8134a8 1 parent 68f32d7 commit a8134a8 Copy full SHA for a8134a8
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,21 @@ targets:
123
123
- Dockerfile
124
124
- Dockerfile.skaffold
125
125
matchpattern : ' ARG GO_VERSION=\d+.\d+.\d+'
126
- update-gomod :
127
- name : " Update go.mod"
126
+ update-gomod-minor-version :
127
+ name : " Update go.mod minor version "
128
128
sourceid : gomod
129
129
scmid : githubConfig
130
130
kind : file
131
131
spec :
132
132
content : ' go {{ source "gomod" }}'
133
133
file : go.mod
134
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+'
You can’t perform that action at this time.
0 commit comments