File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 name : Set up Go 1.x
2323 uses : actions/setup-go@v2
2424 with :
25- go-version : 1.23.6
25+ go-version : 1.25.7
2626 -
2727 name : Check out code into the Go module directory
2828 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010#
1111
1212# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
13- FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1760420453 AS builder
13+ FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772454089 AS builder
1414ENV GOPATH=/go/
1515USER root
1616
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ compile:
3131
3232# ## build_controller_image: Build container image for Web Terminal Operator
3333build_controller_image :
34- $(DOCKER ) build -t $(WTO_IMG ) -f build/dockerfiles/controller.Dockerfile .
34+ $(DOCKER ) build --platform=linux/amd64 - t $(WTO_IMG ) -f build/dockerfiles/controller.Dockerfile .
3535ifneq ($(INITIATOR ) ,CI)
3636ifeq ($(WTO_IMG ) ,quay.io/wto/web-terminal-operator :next)
3737 @echo -n " Are you sure you want to push $( WTO_IMG) ? [y/N] " && read ans && [ $$ {ans:-N} = y ]
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/web-terminal-operator
22
3- go 1.23.0
3+ go 1.25.7
44
55require (
66 github.com/devfile/api/v2 v2.2.0
You can’t perform that action at this time.
0 commit comments