Skip to content

Commit

Permalink
Merge pull request #716 from openshift-kni/bump-toolchain
Browse files Browse the repository at this point in the history
golang: bump toolchain
  • Loading branch information
openshift-ci[bot] authored Oct 16, 2023
2 parents 01e77e0 + 6d41235 commit a11f31b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.20 AS builder
FROM docker.io/golang:1.21 AS builder

WORKDIR /go/src/github.com/openshift-kni/numaresources-operator
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pause
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.20 AS builder
FROM docker.io/golang:1.21 AS builder

WORKDIR /go/src/github.com/openshift-kni/numaresources-operator
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.20 AS builder
FROM docker.io/golang:1.21 AS builder

WORKDIR /go/src/github.com/openshift-kni/numaresources-operator
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi

ENV HOME=/home/ci
ENV GOROOT=/usr/local/go
ENV GOVERSION=1.20.6
ENV GOVERSION=1.21.3
ENV GOPATH=/go
ENV GOBIN=${GOPATH}/bin
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}
Expand Down

0 comments on commit a11f31b

Please sign in to comment.