Skip to content

Commit 04d4bfd

Browse files
committed
Update Go to 1.23.4
1 parent eb3565f commit 04d4bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/alldev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ------------------------------------------------------------------------------
1010
FROM phusion/baseimage:jammy-1.0.4
1111
ARG FLYWAY_VERSIONS="10.21.0,7.15.0,9.22.3"
12-
ARG GO_VERSION="1.23.3"
12+
ARG GO_VERSION="1.23.4"
1313
ARG HUGO_VERSION="0.139.0"
1414
ARG KOTLIN_VERSION="2.0.21"
1515
ARG NOMAD_VERSION="1.9.3"

src/gocd-agent-golang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG UBUNTU_VERSION="22.04"
1111
ARG GOCD_VERSION="v24.3.0"
1212
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
1313
ARG FLYWAY_VERSIONS="10.21.0,7.15.0,9.22.3"
14-
ARG GO_VERSION="1.23.3"
14+
ARG GO_VERSION="1.23.4"
1515
ARG NOMAD_VERSION="1.9.3"
1616
ARG VENOM_VERSION="v1.2.0"
1717
LABEL com.tecnick.vendor="Tecnick.com"

src/gocd-agent.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG UBUNTU_VERSION="22.04"
1111
ARG GOCD_VERSION="v24.3.0"
1212
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
1313
ARG FLYWAY_VERSIONS="10.21.0,7.15.0,9.22.3"
14-
ARG GO_VERSION="1.23.3"
14+
ARG GO_VERSION="1.23.4"
1515
ARG HUGO_VERSION="0.139.0"
1616
ARG KOTLIN_VERSION="2.0.21"
1717
ARG NOMAD_VERSION="1.9.3"

0 commit comments

Comments
 (0)