Skip to content

Commit 93795c9

Browse files
authored
Merge pull request #134 from openshift-kni/bump-toolchain-4.12
[KNI][release-4.12][manual] bump golang toolchain
2 parents 510981b + 26992f4 commit 93795c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.19 as builder
15+
FROM golang:1.20 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/ubi8/ubi
22

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

0 commit comments

Comments
 (0)