Skip to content

Commit 24740f4

Browse files
chore(deps): bump golang from 1.19 to 1.21 in /deploy
Bumps golang from 1.19 to 1.21. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0ba068 commit 24740f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/Dockerfile

+1-1
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

15-
FROM golang:1.19
15+
FROM golang:1.21
1616
WORKDIR /src
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

deploy/Dockerfile_debug

+1-1
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

15-
FROM golang:1.19
15+
FROM golang:1.21
1616
WORKDIR /src
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

deploy/Dockerfile_slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Builds the static Go image to execute in a Kubernetes job
16-
FROM golang:1.19
16+
FROM golang:1.21
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
1919
ARG TARGETARCH

deploy/Dockerfile_warmer

+1-1
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

15-
FROM golang:1.19
15+
FROM golang:1.21
1616
WORKDIR /src
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

0 commit comments

Comments
 (0)