File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 demo : ${{ fromJSON(needs.changes.outputs.demos) }}
7171 steps :
7272 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
73- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5 .0
73+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
7474 with :
7575 go-version : " 1.24"
7676 check-latest : true
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec:
144144 - name : cni-plugin
145145 mountPath : /opt/cni/bin
146146 - name : install-cni
147- image : ghcr.io/flannel-io/flannel:v0.27.2
147+ image : ghcr.io/flannel-io/flannel:v0.27.3
148148 command :
149149 - cp
150150 args :
@@ -158,7 +158,7 @@ spec:
158158 mountPath : /etc/kube-flannel/
159159 containers :
160160 - name : kube-flannel
161- image : ghcr.io/flannel-io/flannel:v0.27.2
161+ image : ghcr.io/flannel-io/flannel:v0.27.3
162162 command :
163163 - /opt/bin/flanneld
164164 args :
You can’t perform that action at this time.
0 commit comments