Skip to content

Commit 84f66b8

Browse files
authored
Merge pull request #611 from zwpaper/master
build: bump builder image to go 1.20
2 parents efddd13 + a3304bd commit 84f66b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
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
ARG ARCH
15-
FROM golang:1.19
15+
FROM golang:1.20
1616

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

build/scheduler/Dockerfile

Lines changed: 1 addition & 1 deletion
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
ARG ARCH
15-
FROM golang:1.19
15+
FROM golang:1.20
1616

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

0 commit comments

Comments
 (0)