File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5656 - uses : ./.github/actions/ci-checks/
5757 if : steps.check-new-releases.outputs.new-releases == 'yes'
5858
59- - uses : sigstore/cosign-installer@v3.10 .0
59+ - uses : sigstore/cosign-installer@v4.0 .0
6060 if : steps.check-new-releases.outputs.new-releases == 'yes'
61+ with :
62+ cosign-release : v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
6163
6264 - name : Release Container in GitHub Container Registry
6365 id : release-container-ghcr
Original file line number Diff line number Diff line change 2020# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121# SOFTWARE.
2222
23- FROM golang:1.25.2 -alpine3.21 AS builder
23+ FROM golang:1.25.3 -alpine3.21 AS builder
2424
2525RUN apk add --no-cache clang llvm bpftool libbpf-dev
2626
Original file line number Diff line number Diff line change 2121# SOFTWARE.
2222
2323# Build stage
24- FROM golang:1.25.2 -alpine3.21 AS builder
24+ FROM golang:1.25.3 -alpine3.21 AS builder
2525
2626RUN apk add --no-cache clang llvm bpftool libbpf-dev
2727
You can’t perform that action at this time.
0 commit comments