Skip to content

Commit 8e821fd

Browse files
author
chen.shmilovich
committed
update golang version
1 parent 4de319f commit 8e821fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile_linux_arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15 AS builder
1+
FROM golang:1.23 AS builder
22

33
ENV OUTPUT_DIR=/out
44

Diff for: Dockerfile_linux_s390x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15 AS builder
1+
FROM golang:1.23 AS builder
22

33
ENV OUTPUT_DIR=/out
44

0 commit comments

Comments
 (0)