Skip to content

Commit f241a7c

Browse files
committed
[KNI] build: ghactions: bump builder to 1.23
bump golang builder images and versions to 1.23 Signed-off-by: Francesco Romani <[email protected]>
1 parent 69c872c commit f241a7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up golang
4848
uses: actions/setup-go@v3
4949
with:
50-
go-version: 1.22
50+
go-version: 1.23
5151

5252
- name: Run integration test
5353
run:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-go@v3
2727
id: go
2828
with:
29-
go-version: 1.22
29+
go-version: 1.23
3030

3131
- name: Set release version env var
3232
run: |

build/noderesourcetopology-plugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.22 as builder
15+
FROM golang:1.23 as builder
1616

1717
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
1818
COPY . .

build/noderesourcetopology-plugin/Dockerfile.tools

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi
22

33
ENV HOME=/home/ci
44
ENV GOROOT=/usr/local/go
5-
ENV GOVERSION=1.22.2
5+
ENV GOVERSION=1.23.2
66
ENV GOPATH=/go
77
ENV GOBIN=${GOPATH}/bin
88
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}

0 commit comments

Comments
 (0)