Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
chen.shmilovich committed Sep 9, 2024
1 parent 4de319f commit 8e821fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_linux_arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 AS builder
FROM golang:1.23 AS builder

ENV OUTPUT_DIR=/out

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_linux_s390x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 AS builder
FROM golang:1.23 AS builder

ENV OUTPUT_DIR=/out

Expand Down

0 comments on commit 8e821fd

Please sign in to comment.