File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : golang-1.23
4+ tag : golang-1.24
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : golangci-lint
17- uses : golangci/golangci-lint-action@v3
17+ uses : golangci/golangci-lint-action@v8
1818 with :
19- version : v2.40 .0
19+ version : v2.4 .0
2020 only-new-issues : true
Original file line number Diff line number Diff line change 11# Build Stage
2- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23 AS builder
2+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.24 AS builder
33WORKDIR /go/src
44COPY . /go/src
55RUN GIT_COMMIT=$(git rev-parse HEAD) && \
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS build
1+ FROM golang:1.24 AS build
22WORKDIR /go/src
33COPY . /go/src
44RUN GIT_COMMIT=$(git rev-parse HEAD) && \
Original file line number Diff line number Diff line change 11# Dockerfile to bootstrap build and test in openshift-ci
22
3- FROM registry.ci.openshift.org/openshift/release:golang-1.23
3+ FROM registry.ci.openshift.org/openshift/release:golang-1.24
You can’t perform that action at this time.
0 commit comments